笔记·建立Springboot+Mybatis-plus+MySql的pom.xml

Springboot:2.6.7

Mybatis-plus:3.4.1

MySql:8.0.31



    4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.6.7
         
    
    com.wzcampus
    WarehouseManagementS
    0.0.1-SNAPSHOT
    war
    WarehouseManagementS
    WarehouseManagementS
    
        8
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        

        
            com.mysql
            mysql-connector-j
            8.0.31
            runtime
        
        
            org.projectlombok
            lombok
            true
        
        
            org.springframework.boot
            spring-boot-starter-tomcat
            provided
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
        
            com.baomidou
            mybatis-plus-boot-starter
            3.4.1
        
    

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


你可能感兴趣的:(Java开发小记,笔记,spring,boot,mybatis)