feat: add db configuration

This commit is contained in:
2026-02-20 22:08:15 +03:00
parent 46385fa1d2
commit 32c96ae06b
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
spring:
datasource:
url: jdbc:postgresql://localhost:5432/bankcards
username: postgres
password: postgres
jpa:
hibernate:
ddl-auto: validate
server:
port: 8080