Browse Source

修改anrui_flowable数据库连接

master
lzh 3 years ago
parent
commit
bec772dce6
  1. 2
      anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml

2
anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml

@ -1,7 +1,7 @@
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://172.18.0.4:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true url: jdbc:mysql://172.18.0.4:3306/anrui_flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
username: root username: root
password: yxt_mysql_138 password: yxt_mysql_138
cloud: cloud:

Loading…
Cancel
Save