feat: add db configuration
This commit is contained in:
11
src/main/resources/application.yml
Normal file
11
src/main/resources/application.yml
Normal 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
|
||||
Reference in New Issue
Block a user