Spring整合Mybatis

2021-03-07 14:27

阅读:348

标签:属性   group   scanner   can   character   localhost   odi   frame   curl   

Spring整合Mybatis

? 需要的导入的依赖:

Mybatis
org.mybatis
mybatis
3.5.2
Mysql-connector-java
mysql
mysql-connector-java
5.1.47
Spring
org.springframework
spring-webmvc
5.1.10.RELEASEorg.springframework
spring-jdbc
5.1.10.RELEASE
asoectJ AOP织入器

org.aspectj
aspectjweaver
1.9.4
Mybatis-spring整合包
org.mybatis
mybatis-spring
2.0.2
配置Maven静态资源过滤
src/main/java**/*.properties**/*.xmltrue
Spring5整合Mybatis

? 1,编写Spring配置文件applicationContext.xml

2,配置SqlSessionFactory,关联MyBatis

3,注册SqlSession

 
    
    

Spring整合Mybatis

标签:属性   group   scanner   can   character   localhost   odi   frame   curl   

原文地址:https://www.cnblogs.com/yppaopao/p/14263866.html


评论


亲,登录后才可以留言!