-
Notifications
You must be signed in to change notification settings - Fork 26.5k
@Service(register=false) is not work #2063
Copy link
Copy link
Closed
Description
- [*] I have searched the issues of this repository and believe that this is not a duplicate.
- [*] I have checked the FAQ of this repository and believe that this is not a duplicate.
- Dubbo version: 2.6.2
- Operating System version: CentOS 7
- Java version: 1.8
@service(interfaceClass = DubboSwaggerService.class, protocol = "rest", register = false)
register is not work
@documented
@retention(RetentionPolicy.RUNTIME)
@target({ElementType.TYPE})
@inherited
public @interface Service {
Class<?> interfaceClass() default void.class;
String interfaceName() default "";
String version() default "";
String group() default "";
String path() default "";
boolean export() default false;
String token() default "";
boolean deprecated() default false;
boolean dynamic() default false;
String accesslog() default "";
int executes() default 0;
boolean register() default false; // this default value should be true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/bugBugs to being fixedBugs to being fixed
Type
Fields
Give feedbackNo fields configured for issues without a type.