类别树提交

master
wangxy 1 year ago
parent 76d6d08d08
commit ceee01871f

@ -7,7 +7,7 @@ spring:
# 主库数据源 # 主库数据源
master: master:
#url: jdbc:mysql://192.168.254.6:3306/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 #url: jdbc:mysql://192.168.254.6:3306/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://127.0.0.1:3306/java_cti?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.254.83:3306/java_cti?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#username: root #username: root
#password: fq3gG@Ep #password: fq3gG@Ep
username: ENC(qIDwFzwTd7W+6W3NTJsfsQ==) username: ENC(qIDwFzwTd7W+6W3NTJsfsQ==)

@ -7,9 +7,7 @@ spring:
# 主库数据源 # 主库数据源
master: master:
#url: jdbc:mysql://192.168.254.6:3306/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 #url: jdbc:mysql://192.168.254.6:3306/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://127.0.0.1:3306/hyp-career?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.254.83:3306/java_cti?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#username: sa
#password: 123456
#username: root #username: root
#password: fq3gG@Ep #password: fq3gG@Ep
username: ENC(qIDwFzwTd7W+6W3NTJsfsQ==) username: ENC(qIDwFzwTd7W+6W3NTJsfsQ==)

@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关 # 实例演示开关
demoEnabled: true demoEnabled: true
# 文件路径 示例( Windows配置D:/portals/uploadPathLinux配置 /home/hyp/uploadPath # 文件路径 示例( Windows配置D:/portals/uploadPathLinux配置 /home/hyp/uploadPath
profile: D:/hyp/uploadPath profile: /home/czt/uploadPath
# 获取ip地址开关 # 获取ip地址开关
addressEnabled: false addressEnabled: false
@ -59,7 +59,7 @@ spring:
time-zone: GMT+8 time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
profiles: profiles:
active: dev active: prod
# 文件上传 # 文件上传
servlet: servlet:
multipart: multipart:

Loading…
Cancel
Save