运行springBoot项目启动报错:java.lang.IllegalStateException: No such application config! Please add <dubbo:application name="..." /> to your spring config。
原因在于配置文件问题,
消费端
错误
正确
提供端
错误
正确
否则在启动时,端口号一直是20880,会报错无法连接到dubbo!
运行springBoot项目启动报错:java.lang.IllegalStateException: No such application config! Please add <dubbo:application name="..." /> to your spring config。
原因在于配置文件问题,
否则在启动时,端口号一直是20880,会报错无法连接到dubbo!