WildFly management - list/detect REST endpoints deployed in WildFly
问题 Is there a way (e.g. from a WildFly management console) to list all REST endpoints deployed in WildFly? Or to list them in a log while a server is starting? 回答1: Using the RegistryStatsResource With RESTEasy (that is shipped with WildFly), you could add the following to your web.xml : <context-param> <param-name>resteasy.resources</param-name> <param-value>org.jboss.resteasy.plugins.stats.RegistryStatsResource</param-value> </context-param> And then request the following URL: http://[hostname