Commit fcdf3eb5 by 陶光胜

Merge branch 'developer' into 'master'

Developer

See merge request !1
parents e4389f3c 7bc77e9e
......@@ -22,8 +22,8 @@
<!--<property name="location" value="classpath:jdbc-haoban.properties" />-->
<!--</bean>-->
<!--<import resource="classpath*:applicationContext-db-only.xml"/>-->
<import resource="classpath*:applicationContext-db-only-with-emoji.xml"/>
<import resource="classpath*:applicationContext-db-only.xml"/>
<!--<import resource="classpath*:applicationContext-db-only-with-emoji.xml"/>-->
<bean class="com.gic.haoban.common.init.HaobanSqlSessionFactoryBean" id="sqlSessionFactory">
<property name="dataSource" ref="dataSource" />
<property name="typeAliasesPackage" value="com.gic.haoban.**.entity,com.gic.haoban.*.entity" />
......
......@@ -9,9 +9,9 @@
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<modules>
<module>haoban-manage-api</module>
<module>haoban-manage-service</module>
<module>haoban-manage-web</module>
<module>haoban-manage3-api</module>
<module>haoban-manage3-service</module>
<module>haoban-manage3-web</module>
</modules>
<distributionManagement>
<repository>
......
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