Skip to content

Commit 2f7cce9

Browse files
committed
feat: update application properties
1 parent 05fb875 commit 2f7cce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/application.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring.datasource.username=${db_username}
44
spring.datasource.password=${db_password}
55
spring.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
88
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
99
spring.jpa.properties.hibernate.show_sql=false
1010
spring.jpa.properties.hibernate.format_sql=false
@@ -19,10 +19,10 @@ cloudinary.api_secret=${cloudinary_api_secret}
1919
# User session configuration
2020
server.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
2626
spring.jpa.open-in-view=false
2727
spring.main.allow-bean-definition-overriding=false
28-
logging.level.org.springframework.security=DEBUG
28+
#logging.level.org.springframework.security=DEBUG

0 commit comments

Comments
 (0)