Added the ability to remove all *.progress files when starting the server (for development). This is sometimes necessary when the internal structure of the lessons change but we still use old progress files.

This commit is contained in:
Nanne Baars
2017-04-15 14:01:11 +02:00
parent eb13ebc26f
commit 6f633a0f78
2 changed files with 37 additions and 0 deletions

View File

@ -16,6 +16,7 @@ security.enable-csrf=false
spring.resources.cache-period=0
spring.thymeleaf.cache=false
webgoat.clean=true
webgoat.server.directory=${user.home}/.webgoat/
webgoat.user.directory=${user.home}/.webgoat/
webgoat.build.version=@project.version@