Forráskód Böngészése

全国火调依赖包

rindy 3 éve
szülő
commit
dba91127ec

+ 20 - 0
.gitignore

@@ -0,0 +1,20 @@
+
+.git
+.gradle
+.settings
+logs
+.DS_Store
+.*.swp
+*.ipr
+*.iml
+*.iws
+*.class
+*.log
+.idea
+build
+.classpath
+.project
+test-output
+dist
+.pmd
+classes

+ 2 - 2
dinner-application/src/main/resources/application.properties

@@ -1,10 +1,10 @@
 
 
 #spring.profiles.active=prod
-#spring.profiles.active=dev
+spring.profiles.active=dev
 #spring.profiles.active=uat
 #sit环境,这里使用了test因为sdk的swagger使用的是test,所以这里使用sit
-spring.profiles.active=test
+#spring.profiles.active=test
 
 #应用名
 spring.application.name=dinner-reservation