chengchungen
chengchungen
我也想问这个问题,dubbo肯定不要web容器,也不要静态页面那些东西。
@JKTerrific swagger无法解析List类型的传入参数,这个问题还是没解决啊?
是不是要修改DubboHttpController这个类里的方法才行
java.lang.IllegalStateException: Failed to check the status of the service com.example.service.UserService. No provider available for the service com.example.service.UserService from the url zookeeper://192.168.198.94:32176/com.alibaba.dubbo.registry.RegistryService?application=dubbo-custom&dubbo=2.0.2&interface=com.example.service.UserService&methods=getUser,getUserName&pid=30332®ister.ip=192.168.110.34&side=consumer×tamp=1544522666605 to the consumer 192.168.110.34 use dubbo version 2.6.3 at...
我也要自己改代码了,现场测试部门都催我解决这个问题。 @lijiaoshou 你这样还是有个问题,在application里配置的版本号这样是取不到的。还需要重环境变量里去取。
dubbo的provider设置了group和version的问题有解决吗 ?我们测试员发现这个问题了,等着测试呢 ?
你把他们的静态页面也加入到你的项目中去了 ?这样不是耦合太大,侵入太深了。不能这样整合吧?
Call failed
你好,就是选择接口名称的时候报错。 
对的,增加了version版本号。 修改com/mmc/dubbo/doe/handler/CuratorHandler.java 的public List getProviders(String interfaceName) 方法是可以了。