Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dmhub-plugin
Project
Project
Details
Activity
Releases
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
qinxunjia
dmhub-plugin
Commits
e3aa6c8a
Commit
e3aa6c8a
authored
Jun 08, 2020
by
qinxunjia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
338aee31
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
10 deletions
+58
-10
application-dev.yml
src/main/resources/application-dev.yml
+43
-0
application-prod.yml
src/main/resources/application-prod.yml
+14
-9
application.yml
src/main/resources/application.yml
+1
-1
No files found.
src/main/resources/application-dev.yml
0 → 100644
View file @
e3aa6c8a
# 测试环境配置
server
:
tomcat
:
max-threads
:
50
port
:
15600
#contextPath: /resource
spring
:
datasource
:
type
:
com.zaxxer.hikari.HikariDataSource
url
:
jdbc:mysql://119.23.32.151:3306/dmhub_plugin?characterEncoding=utf8&useSSL=false
driver-class-name
:
com.mysql.cj.jdbc.Driver
username
:
bu00310
password
:
pwd$BU00310
hikari
:
maxLifetime
:
1765000
maximumPoolSize
:
20
connectionTimeout
:
30000
idleTimeout
:
600000
pool-name
:
dmhub-plug-pool
redis
:
database
:
0
host
:
119.23.13.83
port
:
8007
timeout
:
5000
system
:
config
:
bgy
:
appId
:
2021
# 系统id
securityCode
:
930844c7-7985-435b-af47-142b59b299c3
# 鉴权码
url
:
https://xstest.bgy.com.cn/ApiBgyTest/Open/Sms.ashx
areaId
:
XXJSB
api
:
SendSms
dmHub
:
applicationId
:
cl0300171a6012c21
applicationKey
:
4017078e9dfd593b2d9a0ede58eff589644fbe50
tokenUrl
:
https://api.convertlab.com/security/accesstoken
report
:
https://api.convertlab.com/v1/sms/report
src/main/resources/application-prod.yml
View file @
e3aa6c8a
# 测试环境配置
server
:
tomcat
:
max-threads
:
50
port
:
9010
#contextPath: /resource
port
:
15600
#contextPath: /resourceapplication-test.yml
spring
:
datasource
:
type
:
com.zaxxer.hikari.HikariDataSource
url
:
jdbc:mysql://119.23.32.151:3306/dmhub_plugin?characterEncoding=utf8&useSSL=false
# url: jdbc:mysql://119.23.32.151:3306/dmhub_plugin?characterEncoding=utf8&useSSL=false
url
:
jdbc:mysql://my09457h.mysql.db.pcloud.localdomain:3070/dmhub_plugin?characterEncoding=utf8&useSSL=false
driver-class-name
:
com.mysql.cj.jdbc.Driver
username
:
dmp
password
:
Ioubuy@2019@!
username
:
bu00310
password
:
pwd$BU00310
hikari
:
maxLifetime
:
1765000
maximumPoolSize
:
20
...
...
@@ -18,12 +22,12 @@ spring:
idleTimeout
:
600000
pool-name
:
dmhub-plug-pool
redis
:
database
:
0
host
:
119.23.32.151
port
:
8007
host
:
rs67xf4p.redisrep.db.pcloud.localdomain
port
:
16034
timeout
:
5000
system
:
config
:
bgy
:
...
...
@@ -37,3 +41,4 @@ system:
applicationKey
:
4017078e9dfd593b2d9a0ede58eff589644fbe50
tokenUrl
:
https://api.convertlab.com/security/accesstoken
report
:
https://api.convertlab.com/v1/sms/report
src/main/resources/application.yml
View file @
e3aa6c8a
...
...
@@ -8,7 +8,7 @@ info:
spring
:
profiles
:
active
:
prod
active
:
test
mybatis-plus
:
mapper-locations
:
classpath:mapper/*.xml
...
...
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