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 60b3aa3 commit b43cf97Copy full SHA for b43cf97
src/main/resources/drop-project.properties
@@ -41,9 +41,9 @@ server.servlet.session.timeout=3600
41
spring.jpa.open-in-view=false
42
43
# developer mode - uncomment this to be able to live reload changes in thymeleaf templates
44
-spring.thymeleaf.prefix=file:src/main/resources/templates/
45
-spring.thymeleaf.cache=false
46
-spring.web.resources.static-locations=file:src/main/resources/static/
+#spring.thymeleaf.prefix=file:src/main/resources/templates/
+#spring.thymeleaf.cache=false
+#spring.web.resources.static-locations=file:src/main/resources/static/
47
48
# configuration for H2 embedded in-memory database
49
spring.datasource.url=jdbc:h2:mem:test;MODE=LEGACY
0 commit comments