springboot不通过继承父类的方式

很多时候公司项目使用需要继承父类工程,因此通过这种方式可以让SpringBoot运行起来


        
            
                org.springframework.boot
                spring-boot-starter-parent
                1.3.2.RELEASE
                import
                pom
            
        
    

参考
https://docs.spring.io/spring-boot/docs/2.1.3.RELEASE/reference/htmlsingle/#using-boot-maven-without-a-parent

你可能感兴趣的:(SpingBoot)