Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea641906e1 |
@@ -51,9 +51,9 @@ spring:
|
|||||||
# username: root
|
# username: root
|
||||||
# password: root
|
# password: root
|
||||||
driverClassName: org.postgresql.Driver
|
driverClassName: org.postgresql.Driver
|
||||||
url: jdbc:postgresql://81.70.89.108:15432/intc_single_ultra?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
url: jdbc:postgresql://82.157.37.106:15432/intc_swrsms?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
||||||
username: postgres
|
username: postgres
|
||||||
password: intc@123987
|
password: htYkSuRn7Gb*pbFn
|
||||||
# # 从库数据源
|
# # 从库数据源
|
||||||
# slave:
|
# slave:
|
||||||
# lazy: true
|
# lazy: true
|
||||||
@@ -100,7 +100,7 @@ spring:
|
|||||||
spring.data:
|
spring.data:
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 81.70.89.108
|
host: 82.157.37.106
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 26379
|
port: 26379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
|
|||||||
Reference in New Issue
Block a user