staging of project have been changed.

This commit is contained in:
crusader
2017-09-07 17:05:03 +09:00
parent 42491c808c
commit 1ae880b4b4
14 changed files with 317 additions and 271 deletions

View File

@@ -0,0 +1,11 @@
datasource.url=jdbc:postgresql://192.168.1.50:5432/overflow
datasource.username=overflow
datasource.password=qwer5795
datasource.driver-class-name=org.postgresql.Driver
jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
jpa.database=postgresql
jpa.hibernate.ddl-auto=none
#jpa.hibernate.ddl-auto=update
jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy
jpa.show-sql=true