Browse Source

数据备案

tianwu.sun 9 tháng trước cách đây
mục cha
commit
50abe5c1c2

+ 2 - 2
src/main/resources/application-dev.yml

@@ -41,9 +41,9 @@ spring:
     # 合并多个DruidDataSource的监控数据
     # 合并多个DruidDataSource的监控数据
     #useGlobalDataSourceStat: true
     #useGlobalDataSourceStat: true
   redis:
   redis:
-    host: 123.56.114.197
+    host: localhost
     port: 6379
     port: 6379
-    password: pinganfabu
+    password:
     # 连接超时时间(毫秒)
     # 连接超时时间(毫秒)
     timeout: 10000
     timeout: 10000
     jedis:
     jedis:

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 95 - 0
src/main/resources/application-test.yml


+ 1 - 1
src/main/resources/application.yml

@@ -19,7 +19,7 @@ spring:
     date-format: yyyy-MM-dd HH:mm:ss
     date-format: yyyy-MM-dd HH:mm:ss
   profiles:
   profiles:
 #    测试环境
 #    测试环境
-    active: dev
+    active: test
 #    #生产环境
 #    #生产环境
 #    active: pro
 #    active: pro
   servlet:
   servlet: