Commit ff08d447 by xuzhiyuan

commit

parent 587e67b9
...@@ -68,6 +68,8 @@ public class ActivityProcessesController { ...@@ -68,6 +68,8 @@ public class ActivityProcessesController {
@Resource @Resource
private HistoryService historyService; private HistoryService historyService;
/** /**
* 部署申请流程 * 部署申请流程
*/ */
......
...@@ -27,8 +27,11 @@ spring: ...@@ -27,8 +27,11 @@ spring:
history-level: full history-level: full
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource 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 username: test
password: Km@38497130 password: Km@38497130
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
security:
permit: false
authUser: root
authPwd: pwd
spring: spring:
profiles: profiles:
active: local active: local
...@@ -2,7 +2,7 @@ spring: ...@@ -2,7 +2,7 @@ spring:
application: application:
name: activity name: activity
profiles: profiles:
active: test active: local
cloud: cloud:
config: config:
uri: http://localhost:8082 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