Commit cbed2ec2 by 陶光胜

init

parent aa50e781
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
<!--<property name="location" value="classpath:jdbc-haoban.properties" />--> <!--<property name="location" value="classpath:jdbc-haoban.properties" />-->
<!--</bean>--> <!--</bean>-->
<!--<import resource="classpath*:applicationContext-db-only.xml"/>--> <import resource="classpath*:applicationContext-db-only.xml"/>
<import resource="classpath*:applicationContext-db-only-with-emoji.xml"/> <!--<import resource="classpath*:applicationContext-db-only-with-emoji.xml"/>-->
<bean class="com.gic.haoban.common.init.HaobanSqlSessionFactoryBean" id="sqlSessionFactory"> <bean class="com.gic.haoban.common.init.HaobanSqlSessionFactoryBean" id="sqlSessionFactory">
<property name="dataSource" ref="dataSource" /> <property name="dataSource" ref="dataSource" />
<property name="typeAliasesPackage" value="com.gic.haoban.**.entity,com.gic.haoban.*.entity" /> <property name="typeAliasesPackage" value="com.gic.haoban.**.entity,com.gic.haoban.*.entity" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment