1、没有配置Tomcat服务,由于

<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
导致的异常;

Error:(18, 8) java: 无法访问javax.servlet.ServletException 找不到javax.servlet.ServletException的类文件

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-06-18
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2022-01-30
  • 2022-02-22
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案