Skip to content

Commit

Permalink
some spring properties
Browse files Browse the repository at this point in the history
  • Loading branch information
binkertpat authored and Alletkla committed Sep 26, 2022
1 parent d5885a3 commit 0cfa259
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ server.tomcat.uri-encoding=UTF-8
spring.thymeleaf.mode=HTML
spring.thymeleaf.encoding=UTF-8

server.servlet.session.tracking-modes = cookie
server.servlet.session.tracking-modes = cookie

spring.devtools.add-properties=false
spring.profiles.active=dev
logging.level.web=DEBUG

0 comments on commit 0cfa259

Please sign in to comment.