Commit f070910b authored by liqin's avatar liqin 💬

bug fixed

parent 466add35
......@@ -3,9 +3,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/dydb?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username: root
password: root
url: jdbc:mysql://localhost:3306/qunzhihe?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username: qunzhihe
password: j2kRn8HjrPez7trw
initial-size: 10
max-active: 100
min-idle: 10
......@@ -32,20 +32,20 @@ spring:
wall:
config:
multi-statement-allow: true
#/www/server/redis/src/redis-server
redis:
open: false # 是否开启redis缓存 true开启 false关闭
database: 0
host: localhost
port: 6379
password: # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
password:
timeout: 6000ms
jedis:
pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接
#jwt:
#jwt:
## # 加密秘钥
## secret: f4e2e52034348f86b67cde581c0f9eb5
## # token有效时长,单位秒
......
server:
tomcat:
uri-encoding: UTF-8
max-threads: 1000
min-spare-threads: 30
threads:
max: 1000
min-spare: 30
port: 8997
connection-timeout: 5000ms
spring:
main:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment