We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787e887 commit 23938a6Copy full SHA for 23938a6
src/main/resources/application.properties
@@ -10,9 +10,9 @@ cloudinary.api_secret=${cloudinary_api_secret}
10
# User session configuration
11
server.servlet.session.timeout=7200
12
# Cache settings for Thymeleaf
13
-#spring.thymeleaf.cache=true
+spring.thymeleaf.cache=true
14
# Cache configuration for static resources
15
-#spring.web.resources.cache.period=3600
+spring.web.resources.cache.period=3600
16
# Other configurations
17
spring.jpa.open-in-view=false
18
spring.main.allow-bean-definition-overriding=false
0 commit comments