mybatis.xml

1894 ワード

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
        
    完全コード: