如下所示,将spring-boot-starter-tomcat依赖中的<scope>provided</scope>注释掉
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<!--<scope>provided</scope>-->
</dependency>
如下所示,将spring-boot-starter-tomcat依赖中的<scope>provided</scope>注释掉
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<!--<scope>provided</scope>-->
</dependency>

相关文章:

  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-05
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-03-02
  • 2021-04-19
相关资源
相似解决方案