|
|
|
@ -1,3 +1,7 @@
|
|
|
|
|
# 项目相关配置
|
|
|
|
|
ruoyi:
|
|
|
|
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
|
|
|
|
profile: /home/ruoyi/uploadPath
|
|
|
|
|
# 数据源配置
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
@ -6,9 +10,9 @@ spring:
|
|
|
|
|
druid:
|
|
|
|
|
# 主库数据源
|
|
|
|
|
master:
|
|
|
|
|
url: jdbc:mysql://39.101.188.84:3307/gysl?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
|
url: jdbc:mysql://36.213.9.3:3307/gysl?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
|
username: root
|
|
|
|
|
password: Admin123@
|
|
|
|
|
password: Jichuang@250603
|
|
|
|
|
# 从库数据源
|
|
|
|
|
slave:
|
|
|
|
|
# 从数据源开关/默认关闭
|
|
|
|
@ -75,4 +79,4 @@ enterpriseAppId: 193d64ab-316e-11f0-b7ab-9c5c8e847e61
|
|
|
|
|
enterpriseAppsecret: 7C21B5B9316E11F0B7AB9C5C8E847E61
|
|
|
|
|
#自己客户端地址
|
|
|
|
|
#returnUrl: http://192.168.0.119:80
|
|
|
|
|
returnUrl: http://39.101.188.84:9999/demo/Gyyq-Upstairs/
|
|
|
|
|
returnUrl: http://36.213.9.3:81/gysl/index.html
|
|
|
|
|