You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- server.port=8105
- logging.config=classpath:log/logback-spring.xml
- logging.level.com.telpo.dipperposition.service.impl=DEBUG
- logging.level.com.telpo.dipperposition.service.mapper=DEBUG
- spring.application.name=dipperposition-service
-
- spring.redis.database=1
- spring.redis.host=172.19.42.45
- #8090
- spring.redis.port=6389
- spring.redis.password=telpo#1234
- spring.redis.timeout=3000
- spring.redis.lettuce.pool.max-active=100
- # 连接池最大连接数(使用负值表示没有限制)
- spring.redis.lettuce.pool.max-idle=100
- # 连接池中的最大空闲连接
- spring.redis.lettuce.pool.min-idle=50
- # 连接池中的最小空闲连接
- spring.redis.lettuce.pool.max-wait=6000
- # 连接池最大阻塞等待时间(使用负值表示没有限制)
- spring.data.mongodb.host=172.19.42.45
- spring.data.mongodb.port=27017
- spring.data.mongodb.database=common
- spring.data.mongodb.username=wangjx
- spring.data.mongodb.password=wangjx#1234
-
- position-server.serverAddr=172.19.42.45
- position-server.timeAsycPort=9011
- position-server.posAsycPort=9013
- position-server.starsAsycPort=9012
-
- #等待任务完成退出最大秒数
- scheduler.pool.size=2
- scheduler.pool.await-seconds=600
- scheduler.task.cron=0 */30 * * * *
-
- pos.ipPositionRequestPath=https://restapi.amap.com/v3/ip
- pos.ipPositionRequestKey=46eb0eba39494a6e9a90a0dc9e76639e
- pos.centerProvince=湖北省
- pos.astServer=agnss.techtotop.com
- pos.astPosAstPort=8012
- pos.astEphAstHexPort=9012
- pos.astTimeout=30000
-
- OkHttp-config.pool.max-conn=200
- OkHttp-config.pool.keep-alive=5
- OkHttp-config.read-timeout=10
- OkHttp-config.conn-timeout=10
- OkHttp-config.write-timeout=10
-
- async.pool.corePoolSize=4
- async.pool.maxPoolSize=8
- async.pool.queueCapacity=5000
-
- mongo.datasource.dblist.uri=mongodb://wangjx:wangjx#1234@172.19.42.45:27017/common
- mongo.datasource.dblist.database=common
-
-
|