ApplicationPath Documentation cleary says it is only applicable for subclassof javax.ws.rs.core.Applicationso if you apply on the interface it will not work,所以当你部署时,你可能会收到此错误消息The ResourceConfig instance does not contain any root resource classes."标识用作 Path 提供的所有资源 URI 的基本 URI 的应用程序路径。只能应用于 Application 的子类。贾克斯@ApplicationPath 注释用于定义应用程序的 URL 映射。@ApplicationPath 指定的路径是资源类中@Path 注解指定的所有资源URI 的基础URI。您只能将 @ApplicationPath 应用于 javax.ws.rs.core.Application 的子类。