
2 changed files with 14 additions and 3 deletions
@ -1,11 +1,11 @@ |
|||||
spring: |
spring: |
||||
datasource: |
datasource: |
||||
driver-class-name: com.mysql.cj.jdbc.Driver |
driver-class-name: com.mysql.cj.jdbc.Driver |
||||
url: jdbc:mysql://39.104.142.192:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
url: jdbc:mysql://172.18.0.4:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
||||
username: root |
username: root |
||||
password: 123456 |
password: yxt_mysql_138 |
||||
cloud: |
cloud: |
||||
nacos: |
nacos: |
||||
discovery: |
discovery: |
||||
server-addr: 127.0.0.1:8848 |
server-addr: 172.18.0.5:8848 |
||||
|
|
||||
|
Loading…
Reference in new issue