2021
12-13
12-13
mybatis spring配置SqlSessionTemplate的使用方式
mybatisspring配置SqlSessionTemplate使用1.application.xml配置<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:aop="http://www.springframework.org/schema/aop"xmlns:tx="http://www.springframework.org/schema/tx"xmlns:context="http://www.springframework.org/schema/context"xmlns:dwr=...
继续阅读 >