springboot之tomcat创建

1、依赖(注意版本,有些版本有问题我用9.0.16和5.1.5不行之后改的)     <!-- java语言操作tomcat -->         <dependency>             <groupId>org.apache.tomcat.embed</groupId>             <artifactId>tomcat-embed-core</artifactId>   
相关文章
相关标签/搜索