ing
This commit is contained in:
parent
fa4826055a
commit
b3c8553898
|
@ -6,5 +6,5 @@ datasource.driver-class-name=org.postgresql.Driver
|
||||||
jpa.database=postgresql
|
jpa.database=postgresql
|
||||||
jpa.show-sql=false
|
jpa.show-sql=false
|
||||||
jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||||
jpa.hibernate.ddl-auto=create
|
jpa.hibernate.ddl-auto=update
|
||||||
jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
datasource.url=jdbc:postgresql://192.168.1.103:5432/overflow
|
datasource.url=jdbc:postgresql://192.168.1.50:5432/overflow
|
||||||
datasource.username=overflow
|
datasource.username=overflow
|
||||||
datasource.password=qwer5795
|
datasource.password=qwer5795
|
||||||
datasource.driver-class-name=org.postgresql.Driver
|
datasource.driver-class-name=org.postgresql.Driver
|
||||||
|
@ -6,5 +6,5 @@ datasource.driver-class-name=org.postgresql.Driver
|
||||||
jpa.database=postgresql
|
jpa.database=postgresql
|
||||||
jpa.show-sql=false
|
jpa.show-sql=false
|
||||||
jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||||
jpa.hibernate.ddl-auto=update
|
jpa.hibernate.ddl-auto=create
|
||||||
jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user