摘要: 项目打包1.移除springboot内置tomcat,在pom文件中找到spring-boot-starter-web依赖,替换成以下依赖。(仅在项目打包时移除内置tomcat) <dependency> <groupId>org.springframework.boot</groupId> <ar 阅读全文
posted @ 2021-08-16 09:56 爱你爱自己 阅读(2261) 评论(0) 推荐(0) 编辑