File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ganxu-admin-api/src/main/resources
ganxu-auth-api/src/main/resources Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ spring:
5
5
# 使用p6spy
6
6
url : jdbc:p6spy:postgresql://postgres.host:5432/ganxu?currentSchema=ganxu&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
7
7
username : postgres
8
- password : 1229
8
+ password : postgres
9
9
# driver-class-name: org.postgresql.Driver
10
10
# 使用p6spy 监控
11
11
driver-class-name : com.p6spy.engine.spy.P6SpyDriver
12
12
# 2、多数据源配置
13
13
# primary:
14
14
# url: jdbc:postgresql://localhost:5432/primary?currentSchema=public&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
15
15
# username: postgres
16
- # password: 1229
16
+ # password: postgres
17
17
# driver-class-name: org.postgresql.Driver
18
18
# secondary:
19
19
# url: jdbc:postgresql://localhost:5432/secondary?currentSchema=public&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
20
20
# username: postgres
21
- # password: 1229
21
+ # password: postgres
22
22
# driver-class-name: org.postgresql.Driver
23
23
# Hikari 连接池配置
24
24
hikari :
Original file line number Diff line number Diff line change 5
5
# 使用p6spy
6
6
url : jdbc:p6spy:postgresql://postgres.host:5432/ganxu?currentSchema=ganxu&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
7
7
username : postgres
8
- password : 1229
8
+ password : postgres
9
9
# driver-class-name: org.postgresql.Driver
10
10
# 使用p6spy 监控
11
11
driver-class-name : com.p6spy.engine.spy.P6SpyDriver
@@ -14,12 +14,12 @@ spring:
14
14
# primary:
15
15
# url: jdbc:p6spy:postgresql://postgres.host:5432/ganxu?currentSchema=ganxu&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
16
16
# username: postgres
17
- # password: 1229
17
+ # password: postgres
18
18
# driver-class-name: com.p6spy.engine.spy.P6SpyDriver
19
19
# secondary:
20
20
# url: jdbc:p6spy:postgresql://postgres.host:5432/ganxu2?currentSchema=ganxu&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
21
21
# username: postgres
22
- # password: 1229
22
+ # password: postgres
23
23
# driver-class-name: com.p6spy.engine.spy.P6SpyDriver
24
24
# Hikari 连接池配置
25
25
hikari :
You can’t perform that action at this time.
0 commit comments