overflow_dao/src/main/resources/database.properties
2017-06-26 11:58:26 +09:00

12 lines
477 B
Properties

spring.datasource.url=jdbc:postgresql://192.168.1.209:5432/overflow
spring.datasource.username=overflow
spring.datasource.password=qwer5795
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.database=postgresql
spring.jpa.hibernate.ddl-auto=create
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy
spring.jpa.show-sql=true