blob: 102e2c2da809e117c3f094747fa4109e34073554 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|