Commit 4f7978f0 by wangx

配置修改

parent 7456c507
...@@ -29,8 +29,9 @@ spring: ...@@ -29,8 +29,9 @@ spring:
consul: consul:
host: ${CONSUL_HOST:localhost} host: ${CONSUL_HOST:localhost}
port: ${CONSUL_PORT:8500} port: ${CONSUL_PORT:8500}
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
\ No newline at end of file
...@@ -2,18 +2,16 @@ server: ...@@ -2,18 +2,16 @@ server:
port: 9182 port: 9182
spring: spring:
datasource: datasource:
url: jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8 url: jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username: lcrxyf username: exservice
password: Abcd-0066 password: ex!QAZxsw2
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.jdbc.Driver
redis: redis:
host: 123.56.187.202 host: 172.17.154.148
port: 26379 port: 6380
password: a1b2c3d4 password: redis123456aB
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
boot: boot:
......
...@@ -2,18 +2,16 @@ server: ...@@ -2,18 +2,16 @@ server:
port: 9184 port: 9184
spring: spring:
datasource: datasource:
url: jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8 url: jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username: lcrxyf username: exservice
password: Abcd-0066 password: ex!QAZxsw2
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.jdbc.Driver
redis: redis:
host: 123.56.187.202 host: 172.17.154.148
port: 26379 port: 6380
password: a1b2c3d4 password: redis123456aB
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
boot: boot:
......
...@@ -11,18 +11,16 @@ server: ...@@ -11,18 +11,16 @@ server:
# key-store-password: test # key-store-password: test
spring: spring:
datasource: datasource:
url: jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8 url: jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username: lcrxyf username: exservice
password: Abcd-0066 password: ex!QAZxsw2
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.jdbc.Driver
redis: redis:
host: 123.56.187.202 host: 172.17.154.148
port: 26379 port: 6380
password: a1b2c3d4 password: redis123456aB
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
security: security:
......
...@@ -13,8 +13,8 @@ spring: ...@@ -13,8 +13,8 @@ spring:
password: ${ADMIN_PASSWORD:11} password: ${ADMIN_PASSWORD:11}
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
boot: boot:
......
...@@ -2,12 +2,12 @@ server: ...@@ -2,12 +2,12 @@ server:
port: 9185 port: 9185
spring: spring:
redis: redis:
host: 123.56.187.202 host: 172.17.154.148
port: 26379 port: 6380
password: a1b2c3d4 password: redis123456aB
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
boot: boot:
......
...@@ -8,18 +8,16 @@ spring: ...@@ -8,18 +8,16 @@ spring:
# 单次请求的文件的总大小 # 单次请求的文件的总大小
max-request-size: 100MB max-request-size: 100MB
datasource: datasource:
url: jdbc:mysql://123.56.187.202:23306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8 url: jdbc:mysql://rm-2ze15pkpv553vq6b7.mysql.rds.aliyuncs.com:3306/exam?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=CTT&characterEncoding=UTF-8
username: lcrxyf username: exservice
password: Abcd-0066 password: ex!QAZxsw2
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.jdbc.Driver
redis: redis:
host: 123.56.187.202 host: 172.17.154.148
port: 26379 port: 6380
password: a1b2c3d4 password: redis123456aB
rabbitmq: rabbitmq:
host: 123.56.187.202 host: 172.17.154.148
port: 9063 port: 5672
username: rabbitmq username: rabbitmq
password: abcd-1234 password: abcd-1234
boot: boot:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment