Browse Source

修正oss的rpc服务启动类

shuzheng 8 years ago
parent
commit
c49a349602

+ 1 - 1
zheng-oss/zheng-oss-rpc-service/src/main/java/com/zheng/oss/rpc/ZhengOssRpcServiceApplication.java

@@ -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 启动完成 <<<<<");
 	}