Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
b99a678e
Commit
b99a678e
authored
Feb 07, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改prod数据库配置
parent
84d322f6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
16 deletions
+13
-16
apply-net/src/main/resources/application-prod.yml
+2
-2
gateway/src/main/resources/application-prod.yml
+3
-6
new-user/src/main/resources/application-prod.yml
+2
-2
old-user/src/main/resources/application-prod.yml
+2
-2
renewal-user/src/main/resources/application-prod.yml
+2
-2
task/src/main/resources/application-prod.yml
+2
-2
No files found.
apply-net/src/main/resources/application-prod.yml
View file @
b99a678e
...
...
@@ -129,8 +129,8 @@ spring:
datasource
:
master
:
url
:
jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
username
:
root
password
:
AMrGBg6ZSsRrDLs6
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
gateway/src/main/resources/application-prod.yml
View file @
b99a678e
...
...
@@ -28,12 +28,9 @@ spring:
max-request-size
:
100MB
max-file-size
:
100MB
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://localhost:3306/school_center?useSSL=false
username
:
yzzx
password
:
yzzx123!@#
# username: root
# password: AMrGBg6ZSsRrDLs6
url
:
jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
AMrGBg6ZSsRrDLs6
zuul
:
ribbon
:
eager-load
:
...
...
new-user/src/main/resources/application-prod.yml
View file @
b99a678e
...
...
@@ -131,8 +131,8 @@ spring:
datasource
:
master
:
url
:
jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
username
:
root
password
:
AMrGBg6ZSsRrDLs6
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
old-user/src/main/resources/application-prod.yml
View file @
b99a678e
...
...
@@ -129,8 +129,8 @@ spring:
datasource
:
master
:
url
:
jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
username
:
root
password
:
AMrGBg6ZSsRrDLs6
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
renewal-user/src/main/resources/application-prod.yml
View file @
b99a678e
...
...
@@ -129,8 +129,8 @@ spring:
datasource
:
master
:
url
:
jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
username
:
root
password
:
AMrGBg6ZSsRrDLs6
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
task/src/main/resources/application-prod.yml
View file @
b99a678e
...
...
@@ -122,8 +122,8 @@ spring:
prohibition
:
600
datasource
:
url
:
jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
username
:
root
password
:
AMrGBg6ZSsRrDLs6
filters
:
wall,mergeStat
max-active
:
20
devtools
:
...
...
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