springboot中pom文件详解



    
    
    4.0.0
    
    
    demo
    springboot
    0.0.1-SNAPSHOT
    jar

    springboot
    Demo project for Spring Boot

    
    
        org.springframework.boot
        spring-boot-starter-parent
        1.5.7.RELEASE
         
    
    
    
    
        UTF-8
        UTF-8
        1.8
    
    
    
    
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
        
            mysql
            mysql-connector-java
            runtime
        
    
    
    
    
        
        
            
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    

原文:https://blog.csdn.net/weixin_39806100/article/details/82875429

你可能感兴趣的:(springboot中pom文件详解)