|
|
@ -1,9 +1,9 @@ |
|
|
|
spring: |
|
|
|
datasource: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/yxt_supervise_monitor?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
url: jdbc:mysql://39.104.100.138:3306/yxt_supervise_monitor?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
|
|
|
username: monitor |
|
|
|
password: monitor |
|
|
|
cloud: |
|
|
|
nacos: |
|
|
|
discovery: |
|
|
@ -22,7 +22,11 @@ spring: |
|
|
|
timeout: 0 # 连接超时时间(毫秒) |
|
|
|
image: |
|
|
|
upload: |
|
|
|
path: D:\supervise\upload\ |
|
|
|
path: D:/supervise/upload/ |
|
|
|
url: |
|
|
|
prefix: http://127.0.0.1/api/upload/ |
|
|
|
|
|
|
|
scheduleTime: |
|
|
|
cron: 0 59 * * * ? |
|
|
|
folder: D:/webapps/supervise/static/upload/monitor |
|
|
|
|
|
|
|