Commit bff3f110966a4d0aae626d0a814653a44a08c2f5

Authored by baohanddd
1 parent 5fc4e3b8ec

add statistics(map)

Showing 2 changed files with 3 additions and 2 deletions

platform-data-api/src/main/resources/database.properties View file @ bff3f11
... ... @@ -50,8 +50,8 @@
50 50  
51 51 earlydata.driver=oracle.jdbc.driver.OracleDriver
52 52 earlydata.jdbcurl=jdbc:oracle:thin:@192.168.1.127:1521:orcl
53   -earlydata.username=LYMS_QHDCESHI5
54   -earlydata.password=LYMS_QHDCESHI5
  53 +earlydata.username=LYMS_21
  54 +earlydata.password=LYMS_21
55 55  
56 56 earlydata.maxpoolsize=5
57 57 earlydata.initialpoolsize=2
platform-data-api/src/main/resources/spring/applicationContext.xml View file @ bff3f11
... ... @@ -17,6 +17,7 @@
17 17 <!-- 配置要扫描的包 -->
18 18 <context:component-scan base-package="com.lyms.platform.biz.dal.impl" />
19 19 <context:component-scan base-package="com.lyms.platform.permission.*" />
  20 + <context:component-scan base-package="com.lymsh.mommybaby.earlydata.model.*" />
20 21 <bean id="configProperties"
21 22 class="org.springframework.beans.factory.config.PropertiesFactoryBean">
22 23 <property name="locations">