feat: PostgreSQLで使用できるように

This commit is contained in:
usbharu 2023-11-21 16:25:08 +09:00
parent 699dceea2e
commit 8fa96b771e
1 changed files with 5 additions and 3 deletions

View File

@ -18,9 +18,11 @@ spring:
WRITE_DATES_AS_TIMESTAMPS: false
default-property-inclusion: always
datasource:
driver-class-name: org.h2.Driver
url: "jdbc:h2:./test-dev4;MODE=POSTGRESQL;TRACE_LEVEL_FILE=4"
username: ""
hikari:
transaction-isolation: "TRANSACTION_SERIALIZABLE"
driver-class-name: org.postgresql.Driver
url: "jdbc:postgresql:hideout2"
username: "postgres"
password: ""
# data:
# mongodb: