Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
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
data-server
Commits
8d57a51e
Commit
8d57a51e
authored
Mar 05, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
7dea81ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
7 deletions
+37
-7
application-dev.yml
wisenergy-web-admin/src/main/resources/application-dev.yml
+15
-2
application-test.yml
wisenergy-web-admin/src/main/resources/application-test.yml
+22
-5
No files found.
wisenergy-web-admin/src/main/resources/application-dev.yml
View file @
8d57a51e
...
...
@@ -43,7 +43,7 @@ spring:
max-file-size
:
10MB
# 总限制
max-request-size
:
20MB
# 192.168.110.165 adm4HYservice$
# 192.168.110.165 adm4HYservice$
redis
:
database
:
0
host
:
8.131.244.76
...
...
@@ -77,4 +77,17 @@ sms:
domain
:
dysmsapi.aliyuncs.com
version
:
2017-05-25
action
:
SendSms
signName
:
西田森生物科技
\ No newline at end of file
signName
:
西田森生物科技
xxl
:
job
:
accessToken
:
admin
:
addresses
:
http://127.0.0.1:8090/job-admin
executor
:
address
:
appname
:
shop-mall
ip
:
127.0.0.1
logpath
:
/home/meepo/logs/xxl-job/jobhandler
logretentiondays
:
30
port
:
9999
\ No newline at end of file
wisenergy-web-admin/src/main/resources/application-test.yml
View file @
8d57a51e
...
...
@@ -46,11 +46,28 @@ spring:
max-wait
:
-1ms
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle
:
10
# 连接池中的最大空闲连接
min-idle
:
5
# 连接池中的最小空闲连接
#jwt:
## # 加密秘钥
## secret: f4e2e52034348f86b67cde581c0f9eb5
## # token有效时长,单位秒
## expire: 14400
###上传文件配置 :该配置可根据部署的系统或开发人员自定义路径,每次部署之前需要修改location
uploadFile
:
resourceHandler
:
/upload_flowChart/**
#请求 url 中的资源映射也是保存到数据库中的父级路径
location
:
/opt/images/upload_flowChart/
#自定义上传文件服务器硬盘保存路径 ,linux服务器保存路径 /home/changfa/app/wxbjgkpt/upload_flowChart/
file
:
upload
:
path
:
C:/aplus
jwt
:
# 加密秘钥
secret
:
f4e2e52034348f86b67cde581c0f9eb5
# token有效时长,单位秒
expire
:
14400
logging
:
config
:
classpath:logback-spring.xml
sms
:
accessKeyId
:
LTAI4G6xmYPhjrS18Bxz5Kqu
secret
:
l3ZuSn2XjsFZXaB3yb8O5ASRJh3DDe
regionId
:
cn-hangzhou
domain
:
dysmsapi.aliyuncs.com
version
:
2017-05-25
action
:
SendSms
signName
:
西田森生物科技
xxl
:
job
:
...
...
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