File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ spring.datasource.username=${db_username}
44spring.datasource.password =${db_password}
55spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
66# Hibernate configuration
7- spring.jpa.hibernate.ddl-auto =validate
7+ spring.jpa.hibernate.ddl-auto =none
88spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQLDialect
99spring.jpa.properties.hibernate.show_sql =false
1010spring.jpa.properties.hibernate.format_sql =false
@@ -19,10 +19,10 @@ cloudinary.api_secret=${cloudinary_api_secret}
1919# User session configuration
2020server.servlet.session.timeout =7200
2121# Cache settings for Thymeleaf
22- # spring.thymeleaf.cache=true
22+ spring.thymeleaf.cache =true
2323# Cache configuration for static resources
24- # spring.web.resources.cache.period=3600
24+ spring.web.resources.cache.period =3600
2525# Other configurations
2626spring.jpa.open-in-view =false
2727spring.main.allow-bean-definition-overriding =false
28- logging.level.org.springframework.security =DEBUG
28+ # logging.level.org.springframework.security=DEBUG
You can’t perform that action at this time.
0 commit comments