5ef5e2d9 by 郭燕华

添加准备发布到正式环境的配置文件

1 parent 9372021d
......@@ -65,34 +65,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
druid:
initial-size: 5
# redis配置
data:
redis:
# 集群
#cluster:
# nodes: redis-service.redis:6379
# 单节点
host: redis-service.daop
port: 6379
password: "J7e411m693cA9"
timeout: 1000
prefix: daop-release
jedis:
pool:
max-idle: 8
max-wait: 2000
min-idle: 0
max-active: 100
test-on-borrow: true
test-while-idle: true
sql:
init:
schema-locations: classpath*:init.sql
encoding: UTF-8
mode: never
redisson:
address: redis://redis-service.daop:6379
password: "J7e411m693cA9"
seata:
enabled: true # 1.0新特性,需要依赖seata-spring-boot-starter,默认为true
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!