标签:pps hot compile nap targe container webgoat class clean
cd ~/webgoat
git clone https://github.com/WebGoat/WebGoat.git git clone https://github.com/WebGoat/WebGoat-Lessons.git
cd WebGoat
git checkout 7.1
mvn clean compile install
cd ..
cd WebGoat-Lessons git checkout develop mvn package (linux) cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/
cd WebGoat mvn package cp webgoat-container/target/webgoat-container-7.1-SNAPSHOT.war <your_tomcat_directory>/webapps/
注意:tomcat要用7.X版本,8.X有问题。
标签:pps hot compile nap targe container webgoat class clean
原文地址:https://www.cnblogs.com/wuweidong/p/8856556.html