mirror of https://github.com/usbharu/Hideout.git
feat: PostgreSQLで使用できるように
This commit is contained in:
parent
699dceea2e
commit
8fa96b771e
|
@ -18,9 +18,11 @@ spring:
|
||||||
WRITE_DATES_AS_TIMESTAMPS: false
|
WRITE_DATES_AS_TIMESTAMPS: false
|
||||||
default-property-inclusion: always
|
default-property-inclusion: always
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: org.h2.Driver
|
hikari:
|
||||||
url: "jdbc:h2:./test-dev4;MODE=POSTGRESQL;TRACE_LEVEL_FILE=4"
|
transaction-isolation: "TRANSACTION_SERIALIZABLE"
|
||||||
username: ""
|
driver-class-name: org.postgresql.Driver
|
||||||
|
url: "jdbc:postgresql:hideout2"
|
||||||
|
username: "postgres"
|
||||||
password: ""
|
password: ""
|
||||||
# data:
|
# data:
|
||||||
# mongodb:
|
# mongodb:
|
||||||
|
|
Loading…
Reference in New Issue