mybatis.xml

1.使用

  1. 使用mybatis-plus时加入依赖

    
      com.baomidou
      mybatis-plus
      3.0.6
    

使用mybatis时加入依赖


    
      org.mybatis
      mybatis-spring
      1.3.2
    

 
    
      org.mybatis
      mybatis
      3.4.6
    



    
      com.github.pagehelper
      pagehelper
      5.1.8
    

完整代码:




    
        
        
        
        
        
        
        
        
    
    
    
    
    
        
            
        
    

 

你可能感兴趣的:(xml,mybatis.xml)