Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
41c93414
Commit
41c93414
authored
Jul 17, 2023
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
目录更改
parent
911bbd96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
ch-admin-api/src/main/resources/application.yml
ch-admin-api/src/main/resources/application.yml
+2
-2
ch-core/src/main/resources/application-dev.yml
ch-core/src/main/resources/application-dev.yml
+8
-2
ch-core/src/main/resources/application-prod.yml
ch-core/src/main/resources/application-prod.yml
+10
-2
No files found.
ch-admin-api/src/main/resources/application.yml
View file @
41c93414
spring
:
profiles
:
active
:
prod
active
:
dev
messages
:
encoding
:
UTF-8
servlet
:
...
...
@@ -13,7 +13,7 @@ spring:
server
:
port
:
8083
servlet
:
context-path
:
/
demo
context-path
:
/
system
logging
:
level
:
...
...
ch-core/src/main/resources/application-dev.yml
View file @
41c93414
...
...
@@ -129,7 +129,7 @@ pagehelper:
spring
:
datasource
:
druid
:
url
:
jdbc:mysql://
101.37.172.120
:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
url
:
jdbc:mysql://
pc-bp18q94o1mukb67hy.mysql.polardb.rds.aliyuncs.com
:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
driver-class-name
:
com.mysql.jdbc.Driver
username
:
root
password
:
zhuangdian123
...
...
@@ -144,4 +144,10 @@ spring:
test-on-return
:
false
test-while-idle
:
true
time-between-eviction-runs-millis
:
60000
filters
:
stat,wall
\ No newline at end of file
filters
:
stat,wall
redis
:
host
:
r-bp10jnt2nm5gbtdr1t.redis.rds.aliyuncs.com
port
:
6379
password
:
B0lpJwBIgzOc7PKj
database
:
0
\ No newline at end of file
ch-core/src/main/resources/application-prod.yml
View file @
41c93414
...
...
@@ -128,7 +128,7 @@ pagehelper:
spring
:
datasource
:
druid
:
url
:
jdbc:mysql://
172.16.48.14
:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
url
:
jdbc:mysql://
pc-bp1l2k9j6ck1gr923.mysql.polardb.rds.aliyuncs.com
:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
driver-class-name
:
com.mysql.jdbc.Driver
username
:
root
password
:
zhuangdian123
...
...
@@ -143,4 +143,12 @@ spring:
test-on-return
:
false
test-while-idle
:
true
time-between-eviction-runs-millis
:
60000
filters
:
stat,wall
\ No newline at end of file
filters
:
stat,wall
redis
:
host
:
r-bp1xrb4in3pccqxfat.redis.rds.aliyuncs.com
port
:
6379
password
:
Jyt4gT06qdRZnC1z
database
:
0
\ No newline at end of file
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