Commit 1521442c by zhoujinghao

Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	pom.xml
2 parents ef587bfa 30de9482
......@@ -10,7 +10,6 @@ logging:
config: classpath:logback-spring.xml
mybatis:
mapper-locations: classpath:mapper/*.xml
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
......@@ -27,30 +26,21 @@ spring:
pool-name: NFMII_HikariCP
connection-test-query: SELECT 1
redis:
# Redis数据库索引(默认为0)
# Redis数据库索引(默认为0)
database: 0
# Redis服务器地址
# Redis服务器地址
host: 127.0.0.1
port: 6379
# Redis服务器连接密码(默认为空)
# Redis服务器连接密码(默认为空)
password:
jedis:
pool:
# 连接池最大连接数(使用负值表示没有限制)
# 连接池最大连接数(使用负值表示没有限制)
max-active: 20
max-wait: -1ms
max-idle: 10
min-idle: 0
timeout: 1000ms
zipkin:
base-url: http://localhost:9411
enabled: true
sleuth:
web:
client:
enabled: true
sampler:
probability: 1.0 #zipkin采集率 0.1表示 10%采集率
nafmii:
log-path: D:/NAFMII
dao-uri: org.nafmii.app
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!