Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring-boot 我如何使用 jersey 使用 XML RPC 服务器 我正在使用 spring boot 2.2.4 并且我有来自 XML RPC 服务器的 API,我可以使用 jersey 使用它吗
Spring Boot 为在应用程序中使用 Jersey 提供了一个起点。如果您使用 Maven,请将以下依赖项包含到您的项目中
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> </dependency>
...并且您可以使用 Jersey 客户端或任何其他 Jersey 功能