Browse Source

redis密码

master
liwenxuan 3 months ago
parent
commit
8850860151
  1. 3
      src/main/resources/application-test.yml
  2. 2
      src/main/resources/application.yml

3
src/main/resources/application-test.yml

@ -86,12 +86,13 @@ spring:
max-wait: -1ms max-wait: -1ms
max-active: 200 max-active: 200
timeout: 2000ms timeout: 2000ms
password: cehh@2020
redisPool: redisPool:
port: 6379 port: 6379
host: 127.0.0.1 host: 127.0.0.1
dbs: 5,14,15 dbs: 5,14,15
password: password: cehh@2020
mybatis-plus: mybatis-plus:
configuration: configuration:

2
src/main/resources/application.yml

@ -1,6 +1,6 @@
spring: spring:
profiles: profiles:
active: prod active: test
server: server:
port: 11111 port: 11111
#port: 13122 #port: 13122
Loading…
Cancel
Save