|
@@ -17,6 +17,10 @@
|
|
|
<util:properties id="sys"
|
|
<util:properties id="sys"
|
|
|
location="classpath:${profile}/sys.properties" />
|
|
location="classpath:${profile}/sys.properties" />
|
|
|
|
|
|
|
|
|
|
+ <!-- 消息参数 -->
|
|
|
|
|
+ <util:properties id="message"
|
|
|
|
|
+ location="classpath:${profile:dev}/message.properties" />
|
|
|
|
|
+
|
|
|
<bean class="com.uas.platform.b2b.core.support.ApplicationContextRegister" />
|
|
<bean class="com.uas.platform.b2b.core.support.ApplicationContextRegister" />
|
|
|
|
|
|
|
|
<context:component-scan base-package="com.uas.platform" />
|
|
<context:component-scan base-package="com.uas.platform" />
|