Building the entire backend over the weekend #113

Merged
hitanshu merged 12 commits from test into main 2026-02-15 20:16:04 +00:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit 3fcea268a9 - Show all commits

View File

@ -9,4 +9,5 @@ debug=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.sql.init.mode=never
spring.datasource.url=jdbc:postgresql://localhost:5432/cftunnel

View File

@ -10,3 +10,4 @@ spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.sql.init.mode=never

View File

@ -10,3 +10,4 @@ spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.sql.init.mode=never