Commit d9c73e59 by dengwei

流程demo

parent cceef0c5
...@@ -17,11 +17,8 @@ spring: ...@@ -17,11 +17,8 @@ spring:
#保存历史数据级别设置为full最高级别,便于历史数据的追溯 #保存历史数据级别设置为full最高级别,便于历史数据的追溯
history-level: full history-level: full
datasource: datasource:
url: jdbc:mysql://192.168.0.78:3306/mr?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
username: test
password: test
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://127.0.0.1:3306/activiti_demo?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true driver-class-name: com.mysql.cj.jdbc.Driver
username: root \ No newline at end of file
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
redirect-url:
system-management: http://localhost:8764/swagger-ui.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment