blob: 3f985f6809626e623f50479b8b5dd84fa747bbc0 (
plain)
1
2
3
4
5
6
7
8
|
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
spring.security.user.name=zxcv
spring.security.user.password=zxcv
|