moved global properties from lessons to container, added loading of global properties to course, updated SqlInjection lesson

This commit is contained in:
Bruce Mayhew
2015-02-06 08:49:06 -05:00
parent cbc58dc4fa
commit 1d7ecb0627
11 changed files with 77 additions and 16 deletions

2
mvn-debug Executable file
View File

@ -0,0 +1,2 @@
export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
mvn $@