1
0

SpringBoot 3 upgrade

This commit is contained in:
Michael Hoennig
2022-10-28 15:57:06 +02:00
parent 64461fc4da
commit cdc21f05ba
92 changed files with 354 additions and 363 deletions

View File

@@ -1 +1,10 @@
pluginManagement {
repositories {
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'hsadmin-ng'