3.Maven Pom

Here is a typical pom.xml file:



4.0.0

com.example
myproject
0.0.1-SNAPSHOT



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




    
        org.springframework.boot
        spring-boot-starter-web
    




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


持续补充基础模版

你可能感兴趣的:(3.Maven Pom)