Initial commit

This commit is contained in:
2025-04-28 13:31:00 +02:00
commit a3e8bbfcff
36 changed files with 1923 additions and 0 deletions

View 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