Atitit spring springboot 集成mybatis法 目录 1.1. 使用spring管理数据源。。需要修改spring、 配置 1 1.2. 直接代码集成,无需修改任何配置 1
Atitit spring springboot 集成mybatis法
目录
1.1. 使用spring管理数据源。。需要修改spring、 配置 1
SpringBoot-配置Mybatis-yml方式 - KuroNJQ - 博客园.html
D:\00wkspc\v2\intelligence\apiserver\src\main\java\org\chwin\firefighting\apiserver\data\MybatisUtil.java
直接读取spring、 yml、配置文件,读取到数据库配置,然后生成factory
步骤,读取yml,文件,使用ongl定位到url pwd usr
读取mybatis模板配置,,替换其中的mysql url等参数。。
注意xml转义符号
使用SqlSe
public class mybatisdemo {
public static void main(String[] args) throws Exception {
SqlSessionFactory sqlSessionFactory =MybatisUtil. getSqlSessionFactory();
SqlSession session = sqlSessionFactory.openSession(true);
// api ???[ openSession(boolean autoCommit) ]???ò??????????????? sqlSession ??????????true??????????false??????????[????ε??????????£??????????]
MybatisMapperCls mapper = session.getMapper(MybatisMapperCls.class);
// List li =mapper.queryall();
List<Map> li = mapper.query("select * from tab1");
System.out.println(JSON.toJSONString(li, true));
session.close();
// = session.selectList(arg0);
}
// = session.selectList(arg0);
}
Atitit mybatis spring整合。读取spring、yml、文件的mysql url 步骤,读取yml,文件,使用ongl定位到url pwd usr 读取mybatis模板配置,
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】博客园携手 AI 驱动开发工具商 Chat2DB 推出联合终身会员
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步