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
47fff43a
Commit
47fff43a
authored
Apr 01, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
23d6895b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
6 deletions
+64
-6
application-prd.yml
src/main/resources/application-prd.yml
+62
-0
application-test.yml
src/main/resources/application-test.yml
+2
-6
No files found.
src/main/resources/application-prd.yml
0 → 100644
View file @
47fff43a
eureka
:
client
:
healthcheck
:
enabled
:
true
registryFetchIntervalSeconds
:
5
region
:
default
serviceUrl
:
defaultZone
:
http://192.168.0.240:8081/eureka/
enabled
:
true
instance
:
prefer-ip-address
:
false
hostname
:
192.168.0.48
hystrix
:
command
:
default
:
execution
:
isolation
:
thread
:
timeoutInMilliseconds
:
60000
spring
:
application
:
name
:
dataCollector
jpa
:
show-sql
:
false
database-platform
:
org.hibernate.dialect.MySQL5Dialect
hibernate
:
ddl-auto
:
update
datasource
:
url
:
jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username
:
test
password
:
test
hikari
:
maximum-pool-size
:
3
servlet
:
multipart
:
max-file-size
:
20Mb
max-request-size
:
100Mb
redis
:
host
:
192.168.0.192
port
:
6379
session
:
store-type
:
redis
redis
:
namespace
:
cmb_dev
activiti
:
check-process-definitions
:
false
#关闭验证自动部署
server
:
port
:
8110
app
:
active-process
:
MoreSubProcessStandard.bpmn
swagger2
:
host
:
http://192.168.0.240:8762/api/datacollector
security
:
authUser
:
root
authPwd
:
pwd
permit
:
false
\ No newline at end of file
src/main/resources/application-test.yml
View file @
47fff43a
...
@@ -9,8 +9,7 @@ eureka:
...
@@ -9,8 +9,7 @@ eureka:
enabled
:
true
enabled
:
true
instance
:
instance
:
prefer-ip-address
:
false
prefer-ip-address
:
false
hostname
:
192.168.0.48
hostname
:
192.168.0.68
# hostname: 192.168.0.68
hystrix
:
hystrix
:
command
:
command
:
...
@@ -28,7 +27,6 @@ spring:
...
@@ -28,7 +27,6 @@ spring:
database-platform
:
org.hibernate.dialect.MySQL5Dialect
database-platform
:
org.hibernate.dialect.MySQL5Dialect
hibernate
:
hibernate
:
ddl-auto
:
update
ddl-auto
:
update
#47.105.193.165:3306/dev0 192.168.0.192:3306/cmb_dev test test
datasource
:
datasource
:
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
...
@@ -41,7 +39,6 @@ spring:
...
@@ -41,7 +39,6 @@ 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
port
:
6379
port
:
6379
session
:
session
:
store-type
:
redis
store-type
:
redis
...
@@ -56,8 +53,7 @@ app:
...
@@ -56,8 +53,7 @@ app:
active-process
:
MoreSubProcessStandard.bpmn
active-process
:
MoreSubProcessStandard.bpmn
swagger2
:
swagger2
:
# host: localhost:8110
host
:
localhost:8110
host
:
http://192.168.0.240:8762/api/datacollector
security
:
security
:
authUser
:
root
authUser
:
root
...
...
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