Commit badd3ffe authored by 徐俊's avatar 徐俊

xujun

parent fe1956fa
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai url: jdbc:mysql://10.0.150.28:3306/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
username: yn_kysb username: yn_kysb
password: '&Zk4obO7v@' password: '&Zk4obO7v@'
redis: redis:
......
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://nmg-kysb.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai url: jdbc:mysql://10.0.100.31:3306/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
username: yhbj_yn username: yhbj_yn
password: 'WpKJS2ZEx&35DrU' password: 'WpKJS2ZEx&35DrU'
redis: redis:
# 超时时间 # 超时时间
timeout: 10000ms timeout: 10000ms
# 服务器地址 # 服务器地址
host: nmg-kysb.redis.rds.aliyuncs.com host: 10.0.100.42
# 服务器端口 # 服务器端口
port: 6379 port: 6379
# 数据库 # 数据库
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai url: jdbc:mysql://10.0.150.28:3306/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
username: yn_kysb username: yn_kysb
password: '&Zk4obO7v@' password: '&Zk4obO7v@'
redis: redis:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment