alibaba / dubbo-spring-boot-starter

Dubbo Spring Boot Starter
Apache License 2.0
2.1k stars 745 forks source link

2.0版本,No such application config! Please add <dubbo:application name="..." /> to your spring config. #109

Open godpit opened 6 years ago

godpit commented 6 years ago

AbstractInterfaceConfig.checkApplication(),这个方法被调用了两次,第一次是正常的,第二次就失败了 if (application == null) { throw new IllegalStateException( "No such application config! Please add <dubbo:application name=\"...\" /> to your spring config."); } 抛出了这个异常。。。。求解

ghost commented 6 years ago

所以没有人解决或解答一下这个问题吗