在POM.xml文件里面加上如下代码即可:
1 <dependency> 2 <groupId>org.apache.tomcat</groupId> 3 <artifactId>tomcat-catalina</artifactId> 4 <version>8.5.3</version> 5 <scope>provided</scope> 6 </dependency>
原文地址:https://www.cnblogs.com/laoxia/p/10389868.html
时间: 2024-10-14 17:49:19