Initial commit
This commit is contained in:
20
src/main/resources/application.properties
Normal file
20
src/main/resources/application.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
spring.thymeleaf.cache=false
|
||||
|
||||
spring.jackson.serialization.INDENT_OUTPUT=true
|
||||
#JPA properties
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
|
||||
spring.datasource.url=jdbc:postgresql://127.0.0.1:2345/phatphuckdave
|
||||
spring.datasource.username=phatphuckdave
|
||||
spring.datasource.password=phatphuckdave765
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
spring.jpa.database=POSTGRESQL
|
||||
spring.jpa.database-platform = org.hibernate.dialect.PostgreSQL92Dialect
|
||||
spring.jpa.open-in-view=true
|
||||
spring.jpa.show_sql=false
|
||||
spring.jpa.generate-ddl=false
|
||||
spring.jpa.hibernate.use-new-id-generator-mappings=true
|
||||
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
||||
|
||||
verySecretKey=verySecretKey
|
Reference in New Issue
Block a user