dubbo项目启动报错

Exception in thread "main" java.lang.IllegalStateException: 
No application config found or it's not a valid config! Please add <dubbo:application name="..." /> to your spring config.

  1. 首先确定配置是否正确:(参考)
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:dubbo="http://dubbo.apache.org/schema/dubbo" xmlns="http://www.springframework.org/schema/beans"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
       http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">

    <dubbo:application name="provider" />
    <dubbo:registry address="zookeeper://127.0.0.1:2181"/>
    <dubbo:protocol name="dubbo"/>

    <bean id="helloService" class="com.demo.service.HelloServiceImpl"/>
    <dubbo:service interface="com.demo.HelloService" ref="helloService"/>

</beans>
  1. 如果配置文件没有问题,对工程重新clean,构建
  2. 如果仍有问题,则是由于dubbo和spring版本不兼容导致,将dubbo高于2.7.5的版本降到2.7.3即可
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值