Update application-dev.yml
This commit is contained in:
parent
ff6e781c8e
commit
c59f5817f8
@ -10,7 +10,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
type: com.zaxxer.hikari.HikariDataSource
|
type: com.zaxxer.hikari.HikariDataSource
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://43.143.164.194:3306/guigu-oa?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://82.157.68.223:3306/guigu-oa?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
|
||||||
username: admin
|
username: admin
|
||||||
password: admin
|
password: admin
|
||||||
# url: jdbc:mysql://localhost:3306/guigu-oa?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
|
# url: jdbc:mysql://localhost:3306/guigu-oa?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
|
||||||
@ -20,11 +20,11 @@ spring:
|
|||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
redis:
|
redis:
|
||||||
host: 43.143.164.194
|
host: 82.157.68.223
|
||||||
port: 6379
|
port: 6379
|
||||||
database: 0
|
database: 1
|
||||||
timeout: 1800000
|
timeout: 1800000
|
||||||
password: redis
|
password:
|
||||||
jedis:
|
jedis:
|
||||||
pool:
|
pool:
|
||||||
max-active: 20 #最大连接数
|
max-active: 20 #最大连接数
|
||||||
|
Loading…
Reference in New Issue
Block a user