List all exposed/available endpoints of RestEasy service?

前端 未结 5 2235
甜味超标
甜味超标 2021-02-12 15:51

Is it possible to list all exposed/available endpoints of RestEasy service in a simple way?

5条回答
  •  野性不改
    2021-02-12 16:21

    In case anyone is still looking hit "/resteasy/registry" on your app and it

    provides XML output of all registered endpoints, associated classes/methods etc

    FYI resteasy-jaxb-provider provides this functionality

提交回复
热议问题