Commit e3064251 by wangjf

fix

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