Skip to content

Commit 23938a6

Browse files
committed
refactor: update application.properties
1 parent 787e887 commit 23938a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ cloudinary.api_secret=${cloudinary_api_secret}
1010
# User session configuration
1111
server.servlet.session.timeout=7200
1212
# Cache settings for Thymeleaf
13-
#spring.thymeleaf.cache=true
13+
spring.thymeleaf.cache=true
1414
# Cache configuration for static resources
15-
#spring.web.resources.cache.period=3600
15+
spring.web.resources.cache.period=3600
1616
# Other configurations
1717
spring.jpa.open-in-view=false
1818
spring.main.allow-bean-definition-overriding=false

0 commit comments

Comments
 (0)