mybatis

Namespaces enable the interface bindings

scope

SqlSession

xml/java -> SqlSessionFactory -> SqlSession -> session.selectOne(...)/session.getMapper(...)/注解

通过配置文件:

通过注解:

原文地址:https://www.cnblogs.com/zhouj-happy/p/5993173.html