Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeSafety3DRoot
Project
Project
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
station
YeeSafety3DRoot
Commits
77c8f4b9
Commit
77c8f4b9
authored
Apr 17, 2020
by
吴江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
809d0164
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
97 additions
and
31 deletions
+97
-31
application-dev.properties
...fety3DStart/src/main/resources/application-dev.properties
+32
-0
application-docker.properties
...y3DStart/src/main/resources/application-docker.properties
+32
-0
application-test.properties
...ety3DStart/src/main/resources/application-test.properties
+32
-0
application.properties
YeeSafety3DStart/src/main/resources/application.properties
+1
-31
No files found.
YeeSafety3DStart/src/main/resources/application-dev.properties
0 → 100644
View file @
77c8f4b9
eureka.client.serviceUrl.defaultZone
=
http://172.16.10.72:10001/eureka/
eureka.client.register-with-eureka
=
true
eureka.client.fetch-registry
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.fetchRegistry
=
true
#redis
spring.redis.database
=
5
spring.redis.host
=
172.16.11.33
spring.redis.port
=
6379
spring.redis.password
=
1234560
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-idle
=
10
spring.redis.jedis.pool.min-idle
=
0
spring.redis.timeout
=
1000
#DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.11.33:3306/fire_auto_system?serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
admin_1234
# HikariCP settings
# spring.datasource.hikari.*
# contection life time (ms)
spring.datasource.hikari.maxLifetime
=
1765000
#((core_count*2)+effective_spindle_count
spring.datasource.hikari.maximum-pool-size
=
10
params.remoteurl
=
http://127.0.0.1:8800/
#params.time = 5
#
params.period
=
1800
\ No newline at end of file
YeeSafety3DStart/src/main/resources/application-docker.properties
0 → 100644
View file @
77c8f4b9
eureka.client.serviceUrl.defaultZone
=
http://amos-eureka:10001/eureka/
eureka.client.register-with-eureka
=
true
eureka.client.fetch-registry
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.fetchRegistry
=
true
#redis
spring.redis.database
=
5
spring.redis.host
=
amos-redis
spring.redis.port
=
6379
spring.redis.password
=
1234560
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-idle
=
10
spring.redis.jedis.pool.min-idle
=
0
spring.redis.timeout
=
1000
#DB properties:
spring.datasource.url
=
jdbc:mysql://amos-mysql:3306/fire_auto_system?serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
admin_1234
# HikariCP settings
# spring.datasource.hikari.*
# contection life time (ms)
spring.datasource.hikari.maxLifetime
=
1765000
#((core_count*2)+effective_spindle_count
spring.datasource.hikari.maximum-pool-size
=
10
params.remoteurl
=
http://127.0.0.1:8800/
#params.time = 5
#
params.period
=
1800
\ No newline at end of file
YeeSafety3DStart/src/main/resources/application-test.properties
0 → 100644
View file @
77c8f4b9
eureka.client.serviceUrl.defaultZone
=
http://172.16.10.72:10001/eureka/
eureka.client.register-with-eureka
=
true
eureka.client.fetch-registry
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.fetchRegistry
=
true
#redis
spring.redis.database
=
5
spring.redis.host
=
127.0.0.1
spring.redis.port
=
6379
spring.redis.password
=
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-idle
=
10
spring.redis.jedis.pool.min-idle
=
0
spring.redis.timeout
=
1000
#DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.11.33:3306/fire_auto_system?serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
admin_1234
# HikariCP settings
# spring.datasource.hikari.*
# contection life time (ms)
spring.datasource.hikari.maxLifetime
=
1765000
#((core_count*2)+effective_spindle_count
spring.datasource.hikari.maximum-pool-size
=
10
params.remoteurl
=
http://127.0.0.1:8800/
#params.time = 5
#
params.period
=
1800
\ No newline at end of file
YeeSafety3DStart/src/main/resources/application.properties
View file @
77c8f4b9
spring.application.name
=
AmosSafety3D
eureka.client.serviceUrl.defaultZone
=
http://172.16.10.72:10001/eureka/
eureka.client.register-with-eureka
=
true
eureka.client.fetch-registry
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.fetchRegistry
=
true
server.port
=
9001
#redis
spring.redis.database
=
5
spring.redis.host
=
127.0.0.1
spring.redis.port
=
6379
spring.redis.password
=
spring.redis.jedis.pool.max-active=200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-idle
=
10
spring.redis.jedis.pool.min-idle
=
0
spring.redis.timeout
=
1000
spring.profiles.active
=
dev
elecfire_converter_statton_patrol
=
YEEAMOSPATROL-MY99
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
#DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.11.33:3306/fire_auto_system?serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
admin_1234
# HikariCP settings
# spring.datasource.hikari.*
# contection life time (ms)
spring.datasource.hikari.maxLifetime
=
1765000
#((core_count*2)+effective_spindle_count
spring.datasource.hikari.maximum-pool-size
=
10
# Keep the connection alive if idle for a long time (needed in production)
spring.datasource.testWhileIdle
=
true
spring.datasource.validationQuery
=
SELECT 1
...
...
@@ -60,9 +33,6 @@ mybatis.type-aliases-package = com.yeejoin.amos.op.business.entity.mybatis
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled
=
false
params.remoteurl
=
http://127.0.0.1:8800/
#params.time = 5
#params.period = 1800
#Activiti
spring.activiti.check-process-definitions
=
false
...
...
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