Custom menu (#901)

* added way to customize menu

* fixed unit mock test

* updated release notes

* updated release notes

* default none exclude
This commit is contained in:
René Zubcevic
2020-11-27 14:36:57 +01:00
committed by GitHub
parent 6bee0f3fa6
commit 8235ea0f58
4 changed files with 45 additions and 4 deletions

View File

@ -50,3 +50,9 @@ spring.jackson.serialization.write-dates-as-timestamps=false
#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
exclude.categories=${EXCLUDE_CATEGORIES:none,none}
#exclude based on the enum of the Category
exclude.lessons=${EXCLUDE_LESSONS:none,none}
#exclude based on the class name of a lesson e.g.: LessonTemplate