摘要:
构建SqlSessionFactory实例的方式如下图: 阅读全文
posted @ 2022-08-12 17:17
留白*
阅读(24)
评论(0)
推荐(0)
摘要:
问题:使用Maven构建项目时,如何添加Mybatis 解决: 将下面的依赖代码添加到pom.xml中即可 <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>x.x.x</ver 阅读全文
posted @ 2022-08-12 16:23
留白*
阅读(115)
评论(0)
推荐(0)