Files
library-hexagonal/src/main/resources/application-postgres.yml
2020-05-18 16:05:42 +02:00

9 lines
259 B
YAML

spring:
application:
name: library
datasource:
url: jdbc:postgresql://localhost:5432/library
driverClassName: org.postgresql.Driver
username: library
password: library
jpa.database-platform: org.hibernate.dialect.PostgreSQL9Dialect