You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
AbstractInterfaceConfig.checkApplication(),这个方法被调用了两次,第一次是正常的,第二次就失败了
if (application == null) {
throw new IllegalStateException(
"No such application config! Please add <dubbo:application name="..." /> to your spring config.");
}
抛出了这个异常。。。。求解
The text was updated successfully, but these errors were encountered:
AbstractInterfaceConfig.checkApplication(),这个方法被调用了两次,第一次是正常的,第二次就失败了
if (application == null) {
throw new IllegalStateException(
"No such application config! Please add <dubbo:application name="..." /> to your spring config.");
}
抛出了这个异常。。。。求解
The text was updated successfully, but these errors were encountered: