gradle把SpringBoot項目打成war包在tomcat中運行

springboot項目內置有tomcat容器,打war包時需要去掉項目中內置的tomcat的相關jar包,否則啓動會報錯。 1.首先在eclipse中配置好gradle; 2.找到項目中配置的build.gradle文件,把spring-boot-starter-tomcat的jar包引入方式改爲providedCompile,改爲providedCompile後spring-boot-star
相關文章
相關標籤/搜索