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
ac8a0a9d
Commit
ac8a0a9d
authored
Apr 01, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
74b4c014
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
66 deletions
+4
-66
application-prd.yml
src/main/resources/application-prd.yml
+0
-62
application-test.yml
src/main/resources/application-test.yml
+2
-2
application.yml
src/main/resources/application.yml
+2
-2
No files found.
src/main/resources/application-prd.yml
deleted
100644 → 0
View file @
74b4c014
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 @
ac8a0a9d
...
...
@@ -9,7 +9,7 @@ eureka:
enabled
:
true
instance
:
prefer-ip-address
:
false
hostname
:
192.168.0.
6
8
hostname
:
192.168.0.
4
8
hystrix
:
command
:
...
...
@@ -53,7 +53,7 @@ app:
active-process
:
MoreSubProcessStandard.bpmn
swagger2
:
host
:
localhost:8110
host
:
http://192.168.0.240:8762/api/datacollector
security
:
authUser
:
root
...
...
src/main/resources/application.yml
View file @
ac8a0a9d
spring
:
profiles
:
active
:
${spring.profiles.active:prd}
\ No newline at end of file
active
:
${spring.profiles.active:test}
\ 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