引入SpringBoot的两种方法

1 使用spring-boot-starter-parent

    
        org.springframework.boot
        spring-boot-starter-parent
        2.0.4.RELEASE
         
    

2 引入spring-boot-dependencies

    
        
            
                
                org.springframework.boot
                spring-boot-dependencies
                2.0.4.RELEASE
                pom
                import
            
        
    

你可能感兴趣的:(引入SpringBoot的两种方法)