c3p0链接池的基本配置

<!-- c3p0链接池配置 -->        <bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource">             <!-- 用户名-->             <property name="user" value="${username}"/>             <!-- 用户密码
相关文章
相关标签/搜索