|
@@ -1,12 +1,12 @@
|
1
|
1
|
server:
|
2
|
|
- port: 8080
|
|
2
|
+ port: 8001
|
3
|
3
|
spring:
|
4
|
4
|
application:
|
5
|
5
|
name: estateagents
|
6
|
6
|
datasource:
|
7
|
7
|
username: estateagents
|
8
|
|
- password: DQ@0lW##kBb2+-jPZ
|
9
|
|
- url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/estateagents?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
|
|
8
|
+ password: estateagents
|
|
9
|
+ url: jdbc:mysql://47.101.36.130:3306/estateagents?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
|
10
|
10
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
11
|
11
|
initial-size: 10 # 初始化连接数
|
12
|
12
|
max-active: 20 # 最大连接数
|