第二次博客

mybatic简介 在applicationContext.xml中添加mybatis配置 <!-- 配置 MyBatis的工厂 --> <bean class="org.mybatis.spring.SqlSessionFactoryBean"> <!-- 数据源 --> <property name="dataSource" ref="dataSource" /> <!-- 配置MyBa
相关文章
相关标签/搜索