|
|
@ -3,7 +3,7 @@ spring: |
|
|
|
# redis配置 |
|
|
|
redis: |
|
|
|
database: 0 |
|
|
|
host: 47.116.8.180 |
|
|
|
host: 120.24.213.253 |
|
|
|
port: 6379 |
|
|
|
password: Read-in2023 |
|
|
|
timeout: 6000ms # 连接超时时长(毫秒) |
|
|
@ -23,12 +23,12 @@ spring: |
|
|
|
# username: root |
|
|
|
# password: RuiYi123 |
|
|
|
# url: jdbc:mysql://39.104.169.14:3306/wancaierpdemo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
|
# url: jdbc:mysql://120.24.213.253:3306/wancaierpdemo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
|
url: jdbc:mysql://localhost:3306/wancaierpdemo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
|
url: jdbc:mysql://120.24.213.253:3306/wancaierpdemo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
|
# url: jdbc:mysql://localhost:3306/wancaierpdemo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
|
username: root |
|
|
|
# password: RuiYi2022 |
|
|
|
# password: Read-in2023 |
|
|
|
password: RuiYi@2023 |
|
|
|
password: Read-in2023 |
|
|
|
# password: RuiYi@2023 |
|
|
|
# username: root |
|
|
|
# password: RuiYi2022 |
|
|
|
# 从库数据源 |
|
|
|