Commit e3064251 by wangjf

fix

parent 60533cbf
server:
session-timeout: 1800
port: 8080
port: 80
spring:
datasource:
......@@ -8,6 +8,10 @@ spring:
url: jdbc:mysql://dataplatform-app-tag.c5yzcdreb1xr.us-east-1.rds.amazonaws.com:3306/app_tag?useUnicode=true&characterEncoding=utf8
username: apptag_rw
password: 7gyLEVtkER3u8c9
# url: jdbc:mysql://localhost:3306/app_tag?useUnicode=true&characterEncoding=utf8
# username: root
# password: 19920627
# initialSize: 1
# minIdle: 3
# maxActive: 20
......@@ -31,24 +35,24 @@ spring:
# 合并多个DruidDataSource的监控数据
# useGlobalDataSourceStat: true
redis:
host: localhost
port: 6379
password:
# 连接超时时间(毫秒)
timeout: 10000
jedis:
pool:
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 10
# 连接池最大连接数(使用负值表示没有限制)
max-active: 100
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
host: localhost
port: 6379
password:
# 连接超时时间(毫秒)
timeout: 10000
jedis:
pool:
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 10
# 连接池最大连接数(使用负值表示没有限制)
max-active: 100
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# pagehelper 分页插件
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
\ No newline at end of file
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
\ No newline at end of file
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