Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 580 Bytes

MYBATIS.md

File metadata and controls

10 lines (10 loc) · 580 Bytes

mybatis专题

  • mybatis-demo
    • 演示mybatis的单独使用(注解配置sql)
    • 演示mybatis与spring结合使用(注解配置sql)
  • self-mybatis
    • 自实现简化mybatis,了解mybatis的运行机制
  • self-mybatis-spring
    • 自实现简化mybatis-spring,了解mybatis如何与spring整合,以及如何被加载的
  • self-mybatis-demo
    • 自实现简化后的mybatis和mybatis-spring的测试