Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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-progress
Commits
b3e6e8f0
Commit
b3e6e8f0
authored
Aug 14, 2023
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
平山燃气配置文件修改
parent
4ddda673
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
17 deletions
+18
-17
application-dev.yml
...fetyprogress-admin/src/main/resources/application-dev.yml
+10
-9
application-test.yml
...etyprogress-admin/src/main/resources/application-test.yml
+7
-7
application.yml
gassafetyprogress-admin/src/main/resources/application.yml
+1
-1
No files found.
gassafetyprogress-admin/src/main/resources/application-dev.yml
View file @
b3e6e8f0
...
...
@@ -6,16 +6,17 @@ spring:
druid
:
# 主库数据源
master
:
url
:
jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
password
:
root
url
:
jdbc:mysql://36.138.180.129:3306/gas_progress_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#url: jdbc:mysql://36.148.23.59:3306/gas_progress_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
gas_progress_db
password
:
RMtiC6YCzdLxeJJL
# 从库数据源
slave
:
# 从数据源开关/默认关闭
enabled
:
false
url
:
username
:
password
:
url
:
username
:
password
:
# 初始连接数
initialSize
:
5
# 最小连接池数量
...
...
@@ -35,7 +36,7 @@ spring:
testWhileIdle
:
true
testOnBorrow
:
false
testOnReturn
:
false
webStatFilter
:
webStatFilter
:
enabled
:
true
statViewServlet
:
enabled
:
true
...
...
@@ -58,7 +59,7 @@ spring:
# redis 配置
redis
:
# 地址
host
:
localhost
host
:
127.0.0.1
# 端口,默认为6379
port
:
6379
# 数据库索引
...
...
@@ -90,7 +91,7 @@ zehong:
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /home/zehong/uploadPath)
profile
:
/home
/zehong/uploadPath
profile
:
D:
/zehong/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
...
...
gassafetyprogress-admin/src/main/resources/application-test.yml
View file @
b3e6e8f0
...
...
@@ -6,10 +6,10 @@ spring:
druid
:
# 主库数据源
master
:
url
:
jdbc:mysql://36.138.180.
129:3306/gas_progress_db
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://36.138.180.
82:3309/gas_progress_db_test
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#url: jdbc:mysql://36.148.23.59:3306/gas_progress_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
gas_progress_db
password
:
RMtiC6YCzdLxeJJL
username
:
zhkj_db_n
password
:
Fwn4B8nALmLtNh2y
# 从库数据源
slave
:
# 从数据源开关/默认关闭
...
...
@@ -59,13 +59,13 @@ spring:
# redis 配置
redis
:
# 地址
host
:
127.0.0.1
host
:
36.138.180.82
# 端口,默认为6379
port
:
6379
port
:
6379
8
# 数据库索引
database
:
0
database
:
6
# 密码
password
:
password
:
1qaz2wsx3edc
# 连接超时时间
timeout
:
10s
lettuce
:
...
...
gassafetyprogress-admin/src/main/resources/application.yml
View file @
b3e6e8f0
...
...
@@ -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