1、WebGoat源码下载地址:https://github.com/WebGoat/WebGoat
2、代码运行先决条件:java11 , Maven> 3.2.1 ,自己喜欢的IDE
3、修改maven中的setting.xml的配置文件
1)将localRepository改为本地的地址WebGoat部署到Intellij IDEA
2)将mirror改为阿里云的maven

alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
central
WebGoat部署到Intellij IDEA
4、在IDE里面配置本地的maven地址
file->settings->maven目录下maven地址改为本地的maven地址WebGoat部署到Intellij IDEA
5、引入符合项目版本的jdk11
file ->project structure 引入jdk11
WebGoat部署到Intellij IDEA
6、导包完成后,本地启动项目,即可运行。

相关文章:

  • 2022-01-15
  • 2021-08-10
  • 2022-12-23
  • 2021-12-27
  • 2022-01-05
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2021-04-03
  • 2021-04-02
  • 2021-07-03
  • 2021-05-29
  • 2021-09-07
  • 2021-10-18
相关资源
相似解决方案