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 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: