两个 thorntail 微服务已部署在我的 localhost 端口 8080 [作为 rest api 服务器] 和 8180 [作为 rest-client 之一]。$java -jar client-thorntail.jar
如果客户端项目已部署并且一切正常,则客户端微服务可以访问服务器上的其余 API 。但是,如果使用客户端项目部署,$mvn thorntail:run
则客户端服务部署没有错误;但是当rest api本身通过服务器微服务上的代理接口内部调用rest api时抛出以下异常:
UT005023: Exception handling request to /client/getSum/70/10: org.jboss.resteasy.spi.UnhandledException: java.util.ServiceConfigurationError: org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver: Provider org.jboss.resteasy.microprofile.client.BuilderResolver not a subtype
我尝试使用 thorntail 版本 2.5.0.Final 和 2.6.0.Final。但是,不固定。任何修复或解决方法都会有所帮助。