当前位置: 首页 > 工具软件 > dexcoder-dal > 使用案例 >

dexcoder-dal配置[JdbcDao]

寿阳华
2023-12-01

参考:http://www.oschina.net/p/dexcoder-dal

只需添加依赖:

<dependency>
    <groupId>com.dexcoder</groupId>
    <artifactId>dexcoder-dal-spring</artifactId>
    <version>2.2.0-beta1</version>
</dependency>
添加bean:

<bean id="jdbcDao" class="com.dexcoder.dal.spring.JdbcDaoImpl">
    <property name="jdbcTemplate" ref="jdbcTemplate"/>
</bean>
即可使用

 类似资料: