blob: 8cc70a26ee124b8ce9709f5aea142ac8400ef5d9 (
plain)
1
2
3
4
5
6
7
8
9
|
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
sprint.security.user.password=test
|