Commit 29c8980d1f347b1851a3baa338b20a27072456e6
1 parent
5ab9e3a3
Enable CSRF filter
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/main/resources/application.properties
... | ... | @@ -3,5 +3,4 @@ logging.level.org.hibernate=INFO |
3 | 3 | |
4 | 4 | spring.jpa.hibernate.ddl-auto=create-drop |
5 | 5 | spring.mvc.view.prefix=/WEB-INF/pages/ |
6 | -spring.mvc.view.suffix=.jsp | |
7 | -security.enable-csrf=false | |
8 | 6 | \ No newline at end of file |
7 | +spring.mvc.view.suffix=.jsp | |
9 | 8 | \ No newline at end of file | ... | ... |