Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-microservice-exam
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
汪想
spring-microservice-exam
Commits
4f7978f0
Commit
4f7978f0
authored
Jun 05, 2020
by
wangx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置修改
parent
7456c507
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
43 additions
and
49 deletions
+43
-49
bootstrap.yml
config-service/src/main/resources/bootstrap.yml
+4
-2
auth-service.yml
config-service/src/main/resources/config/auth-service.yml
+8
-10
exam-service.yml
config-service/src/main/resources/config/exam-service.yml
+8
-10
gateway-service.yml
config-service/src/main/resources/config/gateway-service.yml
+8
-10
monitor-service.yml
config-service/src/main/resources/config/monitor-service.yml
+2
-2
msc-service.yml
config-service/src/main/resources/config/msc-service.yml
+5
-5
user-service.yml
config-service/src/main/resources/config/user-service.yml
+8
-10
No files found.
config-service/src/main/resources/bootstrap.yml
View file @
4f7978f0
...
...
@@ -29,8 +29,9 @@ spring:
consul
:
host
:
${CONSUL_HOST:localhost}
port
:
${CONSUL_PORT:8500}
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
\ No newline at end of file
config-service/src/main/resources/config/auth-service.yml
View file @
4f7978f0
...
...
@@ -2,18 +2,16 @@ server:
port
:
9182
spring
:
datasource
:
url
:
jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
lcrxyf
password
:
Abcd-0066
type
:
com.zaxxer.hikari.HikariDataSource
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
exservice
password
:
ex!QAZxsw2
redis
:
host
:
1
23.56.187.202
port
:
26379
password
:
a1b2c3d4
host
:
1
72.17.154.148
port
:
6380
password
:
redis123456aB
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
boot
:
...
...
config-service/src/main/resources/config/exam-service.yml
View file @
4f7978f0
...
...
@@ -2,18 +2,16 @@ server:
port
:
9184
spring
:
datasource
:
url
:
jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
lcrxyf
password
:
Abcd-0066
type
:
com.zaxxer.hikari.HikariDataSource
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
exservice
password
:
ex!QAZxsw2
redis
:
host
:
1
23.56.187.202
port
:
26379
password
:
a1b2c3d4
host
:
1
72.17.154.148
port
:
6380
password
:
redis123456aB
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
boot
:
...
...
config-service/src/main/resources/config/gateway-service.yml
View file @
4f7978f0
...
...
@@ -11,18 +11,16 @@ server:
# key-store-password: test
spring
:
datasource
:
url
:
jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
lcrxyf
password
:
Abcd-0066
type
:
com.zaxxer.hikari.HikariDataSource
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
exservice
password
:
ex!QAZxsw2
redis
:
host
:
1
23.56.187.202
port
:
26379
password
:
a1b2c3d4
host
:
1
72.17.154.148
port
:
6380
password
:
redis123456aB
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
security
:
...
...
config-service/src/main/resources/config/monitor-service.yml
View file @
4f7978f0
...
...
@@ -13,8 +13,8 @@ spring:
password
:
${ADMIN_PASSWORD:11}
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
boot
:
...
...
config-service/src/main/resources/config/msc-service.yml
View file @
4f7978f0
...
...
@@ -2,12 +2,12 @@ server:
port
:
9185
spring
:
redis
:
host
:
1
23.56.187.202
port
:
26379
password
:
a1b2c3d4
host
:
1
72.17.154.148
port
:
6380
password
:
redis123456aB
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
boot
:
...
...
config-service/src/main/resources/config/user-service.yml
View file @
4f7978f0
...
...
@@ -8,18 +8,16 @@ spring:
# 单次请求的文件的总大小
max-request-size
:
100MB
datasource
:
url
:
jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
lcrxyf
password
:
Abcd-0066
type
:
com.zaxxer.hikari.HikariDataSource
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username
:
exservice
password
:
ex!QAZxsw2
redis
:
host
:
1
23.56.187.202
port
:
26379
password
:
a1b2c3d4
host
:
1
72.17.154.148
port
:
6380
password
:
redis123456aB
rabbitmq
:
host
:
1
23.56.187.202
port
:
9063
host
:
1
72.17.154.148
port
:
5672
username
:
rabbitmq
password
:
abcd-1234
boot
:
...
...
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