yx-Yaoxaing opened a new issue, #13801:
URL: https://github.com/apache/dubbo/issues/13801
@Service
@Slf4j
public class ProcedureGuideServiceImpl implements ProcedureGuideService {
}
@DubboService
public class RpcProcedureGuideService extends ProcedureGuideServiceImpl {
}
org.apache.dubbo.rpc.protocol.rest.exception.CodeStyleNotSupportException:
service is: interface com.cqnews.xindian.api.service.gov.ProcedureGuideService,
only support [jax-rs, spring-webmvc] annotation
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>3.2.11</version>
</dependency>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]