Commit fea900cdbc7f70f7844fe70247a898ef4e2b1048
1 parent
fa5e27ef74
Exists in
master
and in
1 other branch
add data import :机构、部门、用户(医生)
Showing 1 changed file with 5 additions and 0 deletions
platform-data-api/src/main/resources/spring/applicationContext.xml
View file @
fea900c
... | ... | @@ -30,6 +30,11 @@ |
30 | 30 | <property name="properties" ref="configProperties" /> |
31 | 31 | </bean> |
32 | 32 | |
33 | + <!-- 提示信息加载类 --> | |
34 | + <bean class="com.lyms.platform.common.core.resolve.MessageResolver"> | |
35 | + <property name="messageFile" value="message.properties"/> | |
36 | + </bean> | |
37 | + | |
33 | 38 | <!-- 配置要扫描的包 --> |
34 | 39 | <context:component-scan base-package="com.lyms.platform.data" /> |
35 | 40 |