diff --git a/mdp-lcode-bootstrap/src/main/resources/application-prod.yml b/mdp-lcode-bootstrap/src/main/resources/application-prod.yml index 2067096..1f167e4 100644 --- a/mdp-lcode-bootstrap/src/main/resources/application-prod.yml +++ b/mdp-lcode-bootstrap/src/main/resources/application-prod.yml @@ -205,9 +205,9 @@ spring: #password: zchcgl123!@# #driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: MaiMeng*123 + password: mysql driver-class-name: com.mysql.cj.jdbc.Driver @@ -218,23 +218,23 @@ spring: #password: root #driver-class-name: com.mysql.cj.jdbc.Driver mem-ds: - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: mysql driver-class-name: com.mysql.cj.jdbc.Driver mall-ds: - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: mysql driver-class-name: com.mysql.cj.jdbc.Driver arc-ds: - url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: mysql driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: - database: 0 + database: 10 host: 127.0.0.1 timeout: 300s lettuce: @@ -244,7 +244,7 @@ spring: max-wait: 10000 #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 min-idle: 8 #最小等待连接中的数量,设 0 为没有限制 shutdown-timeout: 100ms - password: MaiMeng*123 + password: port: 6379 #mybatis plus 设置 mybatis-plus: diff --git a/mdp-lcode-bootstrap/src/main/resources/application.yml b/mdp-lcode-bootstrap/src/main/resources/application.yml index ea161d1..c963c53 100644 --- a/mdp-lcode-bootstrap/src/main/resources/application.yml +++ b/mdp-lcode-bootstrap/src/main/resources/application.yml @@ -2,4 +2,4 @@ spring: application: name: lcode profiles: - active: prodqqkj \ No newline at end of file + active: prod