Mybatis 打印Sql语句

1.spring集成mybatis打印sql语句 如今的spring-mybatis.xml配置以下:html <bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"> <property name="dataSource" ref="dataSource" /> <property name=
相关文章
相关标签/搜索