change settings.gradle

This commit is contained in:
Suh
2024-01-02 11:31:53 +09:00
parent 8814d9e581
commit c564acd6d0
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
rootProject.name = 'wms' rootProject.name = 'No1WMS'

View File

@@ -10,4 +10,6 @@ public class WmsApplication {
SpringApplication.run(WmsApplication.class, args); SpringApplication.run(WmsApplication.class, args);
} }
} }