更改正式配置文件

master
rong.liu 2 years ago
parent 5af13ce83d
commit 93091ff316
  1. 11
      src/main/resources/application-dev.yml

@ -6,11 +6,11 @@ spring:
datasource:
master:
username: root
password: 123456
# password: iasf#2022
# password: 123456
password: iasf#2022
driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8
url: jdbc:mysql://192.168.31.136:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8
url: jdbc:mysql://127.0.0.1:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8
# url: jdbc:mysql://192.168.31.136:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8
cache:
type: redis
redis:
@ -36,3 +36,6 @@ file:
#path: /data/files/ #linux
#文件预览url
url: /iasf/sysFiles/preview/
#本地开启
# url: :10000/iasf/sysFiles/preview/
Loading…
Cancel
Save