SpringBoot打war包部署Tomcat(最全)

1. tomcat9
2. jdk8
3. springboot2.x

1 - pom.xml 修改打包方式

    war

2 - 加入SpringBoot打包插件(pom.xml)

    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    

3 - 在打包插件中加入配置SpringBoot的入口类的标签名

    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                
                    

你可能感兴趣的:(面试,学习路线,阿里巴巴,tomcat,spring,boot,java,big,data,数据结构)