diff --git a/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml b/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml index 0a4dfa2278..5d0e426633 100644 --- a/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml +++ b/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ spring: datasource: 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 password: yxt_mysql_138 cloud: