|
|
|
|
10
|
spring.datasource.url=jdbc:postgresql://localhost:5432/ChadH
|
10
|
spring.datasource.url=jdbc:postgresql://localhost:5432/ChadH
|
11
|
spring.datasource.username=
|
11
|
spring.datasource.username=
|
12
|
spring.datasource.password=
|
12
|
spring.datasource.password=
|
13
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
13
|
+spring.jpa.hibernate.ddl-auto=create-drop
|
14
|
|
14
|
|
15
|
# Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
|
15
|
# Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
|
16
|
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
|
16
|
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
|