webgoat7.1开发版

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有问题。
 

猜你喜欢

转载自www.cnblogs.com/wuweidong/p/8856556.html
7.1