Commit 62b01d63 by chenweisong

更新

parent b70b8d58
......@@ -38,7 +38,7 @@ public class TaskController {
* 默认启动的固化流程
*/
@Value("${app.active-process}")
@Value("${app.default-bpmn-file}")
private String process;
@Autowired
......
......@@ -31,9 +31,9 @@ spring:
url: jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: test
password: test
# url: jdbc:mysql://47.105.193.165:3306/dev0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
# username: root
# password: 123456
# url: jdbc:mysql://47.105.193.165:3306/dev0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
# username: root
# password: 123456
hikari:
maximum-pool-size: 3
servlet:
......@@ -42,7 +42,7 @@ spring:
max-request-size: 100Mb
redis:
host: 192.168.0.192
# host: 127.0.0.1
# host: 127.0.0.1
port: 6379
session:
store-type: redis
......@@ -54,7 +54,7 @@ server:
port: 8110
app:
active-process: MoreSubProcessStandard.bpmn
default-bpmn-file: MoreSubProcessStandard.bpmn
swagger2:
host: 192.168.0.240:8762/api/datacollector
......
spring:
application:
name: dataCollector
\ No newline at end of file
name: dataCollector
app:
default-bpmn-file: MoreSubProcessStandard.bpmn
\ 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