feat: initialize project structure with Gradle and Spring Boot setup

This commit is contained in:
2026-04-03 10:45:20 +08:00
commit 06210f22dc
13 changed files with 574 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}
rootProject.name = "delta-force-guide-server"