@郑志胜 fix:修补加载文件路径加载不到xml的情况。
This commit is contained in:
parent
2b78bb5314
commit
ed563b491e
|
@ -14,7 +14,7 @@ public class ZhengPayRpcServiceApplication {
|
|||
|
||||
public static void main(String[] args) {
|
||||
_log.info(">>>>> zheng-pay-rpc-service 正在启动 <<<<<");
|
||||
new ClassPathXmlApplicationContext("classpath*:applicationContext*.xml");
|
||||
new ClassPathXmlApplicationContext("classpath:META-INF/spring/*.xml");
|
||||
_log.info(">>>>> zheng-pay-rpc-service 启动完成 <<<<<");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue