Commit ff08d447 by xuzhiyuan

commit

parent 587e67b9
......@@ -68,6 +68,8 @@ public class ActivityProcessesController {
@Resource
private HistoryService historyService;
/**
* 部署申请流程
*/
......
......@@ -27,8 +27,11 @@ spring:
history-level: full
datasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://139.198.127.54:18073/test?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://139.198.127.54:18073/activity?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: test
password: Km@38497130
driver-class-name: com.mysql.cj.jdbc.Driver
security:
permit: false
authUser: root
authPwd: pwd
spring:
profiles:
active: local
\ No newline at end of file
active: local
......@@ -2,7 +2,7 @@ spring:
application:
name: activity
profiles:
active: test
active: local
cloud:
config:
uri: http://localhost:8082
\ No newline at end of file
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