You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zhucj94 (GitHub)" <gi...@apache.org> on 2018/10/09 02:01:10 UTC

[GitHub] [incubator-dubbo-spring-boot-project] zhucj94 opened issue #292: 注册不到zookeeper

yml
`dubbo:
  scan:
    base-packages: com.zjy.log.service.dubboProducer
  registry:
    address: zookeeper://localhost:2181
  application:
    name: logDubboService
    id: logDubboService
  protocol:
    name: dubbo
    id: dubbo
    port: 20884`
class
`@Service(application = "${dubbo.application.id}", protocol = "${dubbo.protocol.id}")
public class LogDubboServiceImpl implements LogDubboService {
	@Override
	public void xxx(param) {
		System.out.println("123456");
	}
}`
LogDubboService在其他jar里面

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/292 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] carryxyh commented on issue #292: 注册不到zookeeper

Posted by "carryxyh (GitHub)" <gi...@apache.org>.
@zhucj94 @ganpanlin @echokk11 
Hi, guys.
Is there anything wrong with the doc in website?
Can somebody send a pr to fix this problem?

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/292 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] echokk11 commented on issue #292: 注册不到zookeeper

Posted by "echokk11 (GitHub)" <gi...@apache.org>.
有点坑。。。

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/292 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] ganpanlin commented on issue #292: 注册不到zookeeper

Posted by "ganpanlin (GitHub)" <gi...@apache.org>.
太感谢了,这官网资料真坑啊

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/292 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] zhucj94 closed issue #292: 注册不到zookeeper

Posted by "zhucj94 (GitHub)" <gi...@apache.org>.
[ issue closed by zhucj94 ]

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/292 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] zhucj94 commented on issue #292: 注册不到zookeeper

Posted by "zhucj94 (GitHub)" <gi...@apache.org>.
将base-packages 改为basePackages成功注册 ...

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/292 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org