From 328cd9bf2408a35bfa94d9bc2505a82e6dbd7e9a Mon Sep 17 00:00:00 2001 From: Jason White Date: Wed, 10 May 2017 13:08:21 +0100 Subject: [PATCH] For quick reloading/restart via intelliJ during dev --- webgoat-container/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webgoat-container/src/main/resources/application.properties b/webgoat-container/src/main/resources/application.properties index 60f03bce2..4119f9887 100644 --- a/webgoat-container/src/main/resources/application.properties +++ b/webgoat-container/src/main/resources/application.properties @@ -31,3 +31,6 @@ webgoat.default.language=en spring.data.mongodb.database=webgoat spring.mongodb.embedded.storage.databaseDir=${webgoat.user.directory}/mongodb/ + +#For static file refresh ... and faster dev :D +spring.devtools.restart.additional-paths=webgoat-container/src/main/resources/static/js,webgoat-container/src/main/resources/static/css