feature/33-postgres-database #79

Merged
kruti merged 5 commits from kruti/CFTunnels:feature/33-postgres-database into main 2025-10-18 11:38:08 +00:00
Showing only changes of commit b804cc978f - Show all commits

View File

@ -26,6 +26,6 @@ spring.sql.init.mode=never
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.open-in-view=false