Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
Project
Project
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
licc
volunteer_service
Commits
1651b26d
Commit
1651b26d
authored
Jan 27, 2021
by
liaoanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生成卡片接口密码和卡号格式修改2
parent
584e46f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
application-dev.yml
wisenergy-web-admin/src/main/resources/application-dev.yml
+12
-12
No files found.
wisenergy-web-admin/src/main/resources/application-dev.yml
View file @
1651b26d
...
@@ -44,18 +44,18 @@ spring:
...
@@ -44,18 +44,18 @@ spring:
# 总限制
# 总限制
max-request-size
:
10MB
max-request-size
:
10MB
redis
:
#
redis:
database
:
0
#
database: 0
host
:
192.168.110.165
# host: localhost
port
:
6379
#
port: 6379
password
:
# 密码(默认为空)
# password: root
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
#
timeout: 6000ms # 连接超时时长(毫秒)
jedis
:
#
jedis:
pool
:
#
pool:
max-active
:
1000
# 连接池最大连接数(使用负值表示没有限制)
#
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait
:
-1ms
# 连接池最大阻塞等待时间(使用负值表示没有限制)
#
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle
:
10
# 连接池中的最大空闲连接
#
max-idle: 10 # 连接池中的最大空闲连接
min-idle
:
5
# 连接池中的最小空闲连
#
min-idle: 5 # 连接池中的最小空闲连
###上传文件配置 :该配置可根据部署的系统或开发人员自定义路径,每次部署之前需要修改location
###上传文件配置 :该配置可根据部署的系统或开发人员自定义路径,每次部署之前需要修改location
uploadFile
:
uploadFile
:
resourceHandler
:
/upload_flowChart/**
#请求 url 中的资源映射也是保存到数据库中的父级路径
resourceHandler
:
/upload_flowChart/**
#请求 url 中的资源映射也是保存到数据库中的父级路径
...
...
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