Springboot打成war包後在tomcat沒法啓動的問題

修改如下依賴:web <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!-- 去除內嵌tomcat,本地啓動要註釋掉,打包要放開--> <exclusions> <exclusion
相關文章
相關標籤/搜索