修正oss的rpc服务启动类

This commit is contained in:
shuzheng 2017-04-18 22:42:23 +08:00
parent e01fbc2288
commit c49a349602
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class ZhengOssRpcServiceApplication {
public static void main(String[] args) {
_log.info(">>>>> zheng-oss-rpc-service 正在启动 <<<<<");
new ClassPathXmlApplicationContext("classpath*:applicationContext*.xml");
new ClassPathXmlApplicationContext("classpath:META-INF/spring/*.xml");
_log.info(">>>>> zheng-oss-rpc-service 启动完成 <<<<<");
}