Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppTag
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
AppTag
Commits
e3064251
Commit
e3064251
authored
Nov 28, 2018
by
wangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
60533cbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
21 deletions
+25
-21
application.yml
src/main/resources/application.yml
+25
-21
No files found.
src/main/resources/application.yml
View file @
e3064251
server
:
session-timeout
:
1800
port
:
80
80
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment