Commit 4f7978f0 by wangx

配置修改

parent 7456c507
......@@ -29,8 +29,9 @@ spring:
consul:
host: ${CONSUL_HOST:localhost}
port: ${CONSUL_PORT:8500}
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
\ No newline at end of file
......@@ -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: 123.56.187.202
port: 26379
password: a1b2c3d4
host: 172.17.154.148
port: 6380
password: redis123456aB
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
boot:
......
......@@ -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: 123.56.187.202
port: 26379
password: a1b2c3d4
host: 172.17.154.148
port: 6380
password: redis123456aB
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
boot:
......
......@@ -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: 123.56.187.202
port: 26379
password: a1b2c3d4
host: 172.17.154.148
port: 6380
password: redis123456aB
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
security:
......
......@@ -13,8 +13,8 @@ spring:
password: ${ADMIN_PASSWORD:11}
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
boot:
......
......@@ -2,12 +2,12 @@ server:
port: 9185
spring:
redis:
host: 123.56.187.202
port: 26379
password: a1b2c3d4
host: 172.17.154.148
port: 6380
password: redis123456aB
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
boot:
......
......@@ -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: 123.56.187.202
port: 26379
password: a1b2c3d4
host: 172.17.154.148
port: 6380
password: redis123456aB
rabbitmq:
host: 123.56.187.202
port: 9063
host: 172.17.154.148
port: 5672
username: rabbitmq
password: abcd-1234
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