Spring Boot tomcat 版本修改
在maven pom.xml配置文件中,properties 节点里面加入
<tomcat.version>9.0.81</tomcat.version>
中间的版本号修改为你需要的。
https://www.syntaxspace.com/article/2412051042411647.html
Spring Boot tomcat 版本修改
在maven pom.xml配置文件中,properties 节点里面加入
<tomcat.version>9.0.81</tomcat.version>
中间的版本号修改为你需要的。
https://www.syntaxspace.com/article/2412051042411647.html
评论