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
36adcc9e
Commit
36adcc9e
authored
May 26, 2020
by
张宸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改服务器配置
parent
c5e1f067
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
44 deletions
+44
-44
apply-net/src/main/resources/application-prod.yml
+6
-6
core-service/src/main/resources/application-prod.yml
+6
-6
gateway/src/main/resources/application-prod.yml
+2
-2
new-user/src/main/resources/application-prod.yml
+6
-6
old-user/src/main/resources/application-prod.yml
+6
-6
renewal-user/src/main/resources/application-prod.yml
+6
-6
service-manager/src/main/resources/application-prod.yml
+6
-6
task/src/main/resources/application-prod.yml
+6
-6
No files found.
apply-net/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
11092
servlet
:
...
...
@@ -95,10 +95,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -106,7 +106,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -128,7 +128,7 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
core-service/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
10002
servlet
:
...
...
@@ -70,10 +70,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -81,7 +81,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -95,7 +95,7 @@ spring:
exprie
:
600
prohibition
:
600
datasource
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
#用来搜集数据库的所有表
...
...
gateway/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
10001
tomcat
:
...
...
@@ -29,7 +29,7 @@ spring:
max-file-size
:
100MB
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?useSSL=false
url
:
jdbc:mysql://
localhost
:3306/school_center?useSSL=false
username
:
root
password
:
AMrGBg6ZSsRrDLs6
zuul
:
...
...
new-user/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
11093
servlet
:
...
...
@@ -97,10 +97,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -108,7 +108,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -130,7 +130,7 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
old-user/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
11094
servlet
:
...
...
@@ -95,10 +95,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -106,7 +106,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -128,7 +128,7 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
renewal-user/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
11095
servlet
:
...
...
@@ -95,10 +95,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -106,7 +106,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -128,7 +128,7 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
service-manager/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
11091
servlet
:
...
...
@@ -95,10 +95,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -106,7 +106,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -128,7 +128,7 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
task/src/main/resources/application-prod.yml
View file @
36adcc9e
...
...
@@ -10,7 +10,7 @@ eureka:
client
:
registry-fetch-interval-seconds
:
5
serviceUrl
:
defaultZone
:
http://
eureka
:20000/eureka/
defaultZone
:
http://
localhost
:20000/eureka/
server
:
port
:
11191
servlet
:
...
...
@@ -96,10 +96,10 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
gues
t
password
:
gues
t
username
:
roo
t
password
:
roo
t
redis
:
clusterWhether
:
false
cluster
:
...
...
@@ -107,7 +107,7 @@ spring:
nodes
:
-
${spring.redis.host}:${spring.redis.port}
database
:
0
host
:
172.18.101.171
host
:
localhost
port
:
6379
password
:
lettuce
:
...
...
@@ -121,7 +121,7 @@ spring:
exprie
:
600
prohibition
:
600
datasource
:
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
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
filters
:
wall,mergeStat
...
...
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