Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datacollector
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenweisong
datacollector
Commits
62b01d63
Commit
62b01d63
authored
Apr 03, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
b70b8d58
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
TaskController.java
...in/java/com/keymobile/rest/controller/TaskController.java
+1
-1
application-test.yml
src/main/resources/application-test.yml
+5
-5
bootstrap.yml
src/main/resources/bootstrap.yml
+4
-0
No files found.
src/main/java/com/keymobile/rest/controller/TaskController.java
View file @
62b01d63
...
@@ -38,7 +38,7 @@ public class TaskController {
...
@@ -38,7 +38,7 @@ public class TaskController {
* 默认启动的固化流程
* 默认启动的固化流程
*/
*/
@Value
(
"${app.
active-process
}"
)
@Value
(
"${app.
default-bpmn-file
}"
)
private
String
process
;
private
String
process
;
@Autowired
@Autowired
...
...
src/main/resources/application-test.yml
View file @
62b01d63
...
@@ -31,9 +31,9 @@ spring:
...
@@ -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
url
:
jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username
:
test
username
:
test
password
:
test
password
:
test
# url: jdbc:mysql://47.105.193.165:3306/dev0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://47.105.193.165:3306/dev0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
# username: root
# username: root
# password: 123456
# password: 123456
hikari
:
hikari
:
maximum-pool-size
:
3
maximum-pool-size
:
3
servlet
:
servlet
:
...
@@ -42,7 +42,7 @@ spring:
...
@@ -42,7 +42,7 @@ spring:
max-request-size
:
100Mb
max-request-size
:
100Mb
redis
:
redis
:
host
:
192.168.0.192
host
:
192.168.0.192
# host: 127.0.0.1
# host: 127.0.0.1
port
:
6379
port
:
6379
session
:
session
:
store-type
:
redis
store-type
:
redis
...
@@ -54,7 +54,7 @@ server:
...
@@ -54,7 +54,7 @@ server:
port
:
8110
port
:
8110
app
:
app
:
active-process
:
MoreSubProcessStandard.bpmn
default-bpmn-file
:
MoreSubProcessStandard.bpmn
swagger2
:
swagger2
:
host
:
192.168.0.240:8762/api/datacollector
host
:
192.168.0.240:8762/api/datacollector
...
...
src/main/resources/bootstrap.yml
View file @
62b01d63
spring
:
spring
:
application
:
application
:
name
:
dataCollector
name
:
dataCollector
app
:
default-bpmn-file
:
MoreSubProcessStandard.bpmn
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment