commit | author | age
|
583c45
|
1 |
spring: |
MH |
2 |
sql: |
|
3 |
init: |
|
4 |
platform: postgres |
|
5 |
|
|
6 |
datasource: |
1307b4
|
7 |
url: jdbc:tc:postgresql:13.7-bullseye:///spring_boot_testcontainers |
MH |
8 |
url-local: jdbc:postgresql://localhost:5432/postgres |
583c45
|
9 |
username: postgres |
MH |
10 |
password: password |
|
11 |
|
|
12 |
jpa: |
|
13 |
properties: |
|
14 |
hibernate: |
|
15 |
default_schema: public |
8af936
|
16 |
dialect: net.hostsharing.hsadminng.config.PostgresCustomDialect |
41d3b6
|
17 |
format_sql: false |
583c45
|
18 |
hibernate: |
MH |
19 |
ddl-auto: none |
c6d92e
|
20 |
show-sql: false |
583c45
|
21 |
|
MH |
22 |
test: |
|
23 |
database: |
|
24 |
replace: none |
|
25 |
|
|
26 |
liquibase: |
|
27 |
change-log: classpath:/db/changelog/db.changelog-master.yaml |
27c569
|
28 |
contexts: tc,test,dev |
583c45
|
29 |
|
MH |
30 |
logging: |
|
31 |
level: |
|
32 |
liquibase: INFO |
c6d92e
|
33 |
net.ttddyy.dsproxy.listener: DEBUG |