blob: 45084fa21f3a6df97be77abe59a354bd3254bec4 (
plain)
1
2
3
4
5
6
7
|
spring.application.name=web
spring.datasource.url=jdbc:postgresql://localhost:5432/spring
spring.datasource.username=tradam
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
|