|
@@ -1,34 +1,14 @@
|
|
|
|
+spring:
|
|
|
|
+ profiles:
|
|
|
|
+ active: ${activeProfile:local}
|
|
|
|
+
|
|
server:
|
|
server:
|
|
port: 8808
|
|
port: 8808
|
|
servlet:
|
|
servlet:
|
|
context-path: /fusion
|
|
context-path: /fusion
|
|
tomcat:
|
|
tomcat:
|
|
max-http-form-post-size: -1
|
|
max-http-form-post-size: -1
|
|
-spring:
|
|
|
|
- datasource:
|
|
|
|
- name: druidDataSource
|
|
|
|
- type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
- druid:
|
|
|
|
- url: jdbc:mysql://127.0.0.1:13306/fd_fusion?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
|
- username: root
|
|
|
|
- password: 4dkk2020cuikuan%
|
|
|
|
- #password: 123456
|
|
|
|
- redis:
|
|
|
|
- host: 120.25.146.52
|
|
|
|
- port: 6379
|
|
|
|
- timeout: 6000ms
|
|
|
|
- password:
|
|
|
|
- jedis:
|
|
|
|
- pool:
|
|
|
|
- max-active: 10 #连接池最大连接数(使用负值表示没有限制)
|
|
|
|
- max-idle: 10 # 连接池中的最大空闲连接
|
|
|
|
- min-idle: 5 # 连接池中的最小空闲连接
|
|
|
|
- max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
|
|
- lettuce:
|
|
|
|
- shutdown-timeout: 0ms
|
|
|
|
- data:
|
|
|
|
- mongodb:
|
|
|
|
- uri: mongodb://4dage:1234@120.25.146.52:27017/laser
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
logging:
|
|
logging:
|