staging of project have been changed.
This commit is contained in:
11
docker/conf/database.properties
Normal file
11
docker/conf/database.properties
Normal 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
|
||||
Reference in New Issue
Block a user