-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
使用的时候要添加这些依赖,少了都不行,能不能稍微调整一下。还有默认协议用的hessian2,能不能开放出来,放在配置里面。
com.cjoop spring-boot-starter-dubbox 0.0.1 <dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.10.Final</version>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>0.7</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels