Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
94913d3a
Commit
94913d3a
authored
Sep 10, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置问题修改 gengdidi
parent
c0bf548c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
67 additions
and
70 deletions
+67
-70
application-dev.yml
gassafety-admin/src/main/resources/application-dev.yml
+22
-24
application-prd.yml
gassafety-admin/src/main/resources/application-prd.yml
+22
-23
application-test.yml
gassafety-admin/src/main/resources/application-test.yml
+22
-22
application.yml
gassafety-admin/src/main/resources/application.yml
+1
-1
No files found.
gassafety-admin/src/main/resources/application-dev.yml
View file @
94913d3a
...
...
@@ -55,27 +55,7 @@ spring:
wall
:
config
:
multi-statement-allow
:
true
# 项目相关配置
zehong
:
# 名称
name
:
GasSafety
# 版本
version
:
3.5.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /data/zehong/uploadPath)
profile
:
/data/zehong/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
# redis 配置
# redis 配置
redis
:
# 地址
host
:
localhost
...
...
@@ -97,3 +77,21 @@ zehong:
max-active
:
8
# #连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait
:
-1ms
# 项目相关配置
zehong
:
# 名称
name
:
GasSafety
# 版本
version
:
3.5.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /data/zehong/uploadPath)
profile
:
/data/zehong/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
gassafety-admin/src/main/resources/application-prd.yml
View file @
94913d3a
...
...
@@ -55,27 +55,7 @@ spring:
wall
:
config
:
multi-statement-allow
:
true
# 项目相关配置
zehong
:
# 名称
name
:
GasSafety
# 版本
version
:
3.5.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /data/zehong/uploadPath)
profile
:
/data/zehong/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
# redis 配置
# redis 配置
redis
:
# 地址
host
:
localhost
...
...
@@ -97,3 +77,22 @@ zehong:
max-active
:
8
# #连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait
:
-1ms
# 项目相关配置
zehong
:
# 名称
name
:
GasSafety
# 版本
version
:
3.5.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /data/zehong/uploadPath)
profile
:
/data/zehong/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
gassafety-admin/src/main/resources/application-test.yml
View file @
94913d3a
...
...
@@ -55,27 +55,7 @@ spring:
wall
:
config
:
multi-statement-allow
:
true
# 项目相关配置
zehong
:
# 名称
name
:
GasSafety
# 版本
version
:
3.5.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /data/zehong/uploadPath)
profile
:
C:/Temp/zehong
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
# redis 配置
# redis 配置
redis
:
# 地址
host
:
localhost
...
...
@@ -97,3 +77,23 @@ zehong:
max-active
:
8
# #连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait
:
-1ms
# 项目相关配置
zehong
:
# 名称
name
:
GasSafety
# 版本
version
:
3.5.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /data/zehong/uploadPath)
profile
:
C:/Temp/zehong
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
gassafety-admin/src/main/resources/application.yml
View file @
94913d3a
...
...
@@ -26,7 +26,7 @@ spring:
# 国际化资源文件路径
basename
:
i18n/messages
profiles
:
active
:
test
active
:
dev
# 文件上传
servlet
:
multipart
:
...
...
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