Skip to content

Commit b43cf97

Browse files
palves-ulhtjoao-marques-a22108693
authored andcommitted
comment developer mode properties
1 parent 60b3aa3 commit b43cf97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/drop-project.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ server.servlet.session.timeout=3600
4141
spring.jpa.open-in-view=false
4242

4343
# 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/
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/
4747

4848
# configuration for H2 embedded in-memory database
4949
spring.datasource.url=jdbc:h2:mem:test;MODE=LEGACY

0 commit comments

Comments
 (0)