src/main/resources/application-dev.yml | ●●●●● patch | view | raw | blame | history | |
src/main/resources/application-prod.yml | ●●●●● patch | view | raw | blame | history | |
src/main/resources/application-test.yml | ●●●●● patch | view | raw | blame | history | |
src/main/resources/application.yml | ●●●●● patch | view | raw | blame | history |
src/main/resources/application-dev.yml
@@ -22,7 +22,7 @@ redis: # Redis数据库索引(默认为 0) database: 1 database: 0 # Redis服务器地址 host: 120.27.238.55 # Redis服务器连接端口 src/main/resources/application-prod.yml
@@ -22,7 +22,7 @@ redis: # Redis数据库索引(默认为 0) database: 1 database: 0 # Redis服务器地址 host: 120.27.238.55 # Redis服务器连接端口 src/main/resources/application-test.yml
@@ -22,7 +22,7 @@ redis: # Redis数据库索引(默认为 0) database: 1 database: 0 # Redis服务器地址 host: 120.27.238.55 # Redis服务器连接端口 src/main/resources/application.yml
@@ -5,7 +5,7 @@ spring: profiles: active: prod active: test thymeleaf: cache: false