Springboot war包發佈到外置Tomcat運行

設置內置Tomcat範圍,避免與外部衝突: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency>   <build> <plug
相關文章
相關標籤/搜索