在pom.xml中添加下面代码来下载servlet-api:

<dependency>  
    <groupId>javax.servlet</groupId>  
    <artifactId>servlet-api</artifactId>  
    <version>2.5</version>  
    <scope>provided</scope>  
</dependency>  

 

相关文章:

  • 2021-10-18
猜你喜欢
  • 2021-08-14
  • 2022-01-28
  • 2021-07-19
  • 2021-09-04
  • 2022-01-06
  • 2021-10-04
相关资源
相似解决方案