JAX-RS 客户端与 MicroProfile Rest 客户端
JAX-RS Client vs MicroProfile Rest Client
Apache CXF 等 JAX-RS 客户端实现与 MicroProfile Rest 客户端之间的区别在哪里?
不同的客户端执行不同的标准。 JAX-RS 客户端根据 JSR 370 https://www.jcp.org/en/jsr/detail?id=370 while the other one implements the MicroProfile specification http://microprofile.io/project/eclipse/microprofile-rest-client.
实现
Apache CXF 等 JAX-RS 客户端实现与 MicroProfile Rest 客户端之间的区别在哪里?
不同的客户端执行不同的标准。 JAX-RS 客户端根据 JSR 370 https://www.jcp.org/en/jsr/detail?id=370 while the other one implements the MicroProfile specification http://microprofile.io/project/eclipse/microprofile-rest-client.
实现