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