5ef5e2d9 by 郭燕华

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

1 parent 9372021d
...@@ -65,34 +65,7 @@ spring: ...@@ -65,34 +65,7 @@ spring:
65 driver-class-name: com.mysql.cj.jdbc.Driver 65 driver-class-name: com.mysql.cj.jdbc.Driver
66 druid: 66 druid:
67 initial-size: 5 67 initial-size: 5
68 # redis配置 68
69 data:
70 redis:
71 # 集群
72 #cluster:
73 # nodes: redis-service.redis:6379
74 # 单节点
75 host: redis-service.daop
76 port: 6379
77 password: "J7e411m693cA9"
78 timeout: 1000
79 prefix: daop-release
80 jedis:
81 pool:
82 max-idle: 8
83 max-wait: 2000
84 min-idle: 0
85 max-active: 100
86 test-on-borrow: true
87 test-while-idle: true
88 sql:
89 init:
90 schema-locations: classpath*:init.sql
91 encoding: UTF-8
92 mode: never
93 redisson:
94 address: redis://redis-service.daop:6379
95 password: "J7e411m693cA9"
96 69
97 seata: 70 seata:
98 enabled: true # 1.0新特性,需要依赖seata-spring-boot-starter,默认为true 71 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!