较为简单的pom



    4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.2.4.RELEASE
         
    
    org.neuedu
    blog
    0.0.1-SNAPSHOT
    blog
    Demo project for Spring Boot

    
        1.8
    

    
        
        
            commons-io
            commons-io
            2.6
        
        
            commons-fileupload
            commons-fileupload
            1.4
        
        
        
            com.github.pagehelper
            pagehelper-spring-boot-autoconfigure
            1.2.10
        





        
            com.github.pagehelper
            pagehelper-spring-boot-starter
            1.2.10
            
                
                    org.mybatis.spring.boot
                    mybatis-spring-boot-starter
                
            
        

        





        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            2.1.1
        
        
            com.alibaba
            druid-spring-boot-starter
            1.1.10
        
        
            mysql
            mysql-connector-java
            runtime
            5.1.47
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
            
                
                    org.junit.vintage
                    junit-vintage-engine
                
            
        
    

    
        
            
                src/main/resources
            
            
                src/main/java
                
                    **/*.xml
                
            
        
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    



你可能感兴趣的:(较为简单的pom)