-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeStyleNotSupportException,only support [jax-rs, spring-webmvc] annotation #13801
Comments
是不应该这样使用继承的方式去使用@DubboService |
消费端的代码: @DubboReference(check = false) 然后消费端就报错:only support [jax-rs, spring-webmvc] annotation |
@suncairong163 PTAL |
This case has been supported in the PR of #12700 ,But i can not find relative code aboute #12700 PR,Need merge or PR again? |
Dubbo code style is not support at 3.2 |
最后解决了吗,是不是版本的问题 |
@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
org.apache.dubbo dubbo-spring-boot-starter 3.2.11The text was updated successfully, but these errors were encountered: