As a part of my development activity involving the creation of a REST API using Spring Integration, I am trying to explore the possibility of documenting the API. Upon reading online, I had a couple of questions as follows: 1) Can the Spring REST Docs module be used to document Spring Integration components like HTTP inbound gateways? 2) If yes, can this be accomplished without Spring Boot? My team's general direction is to use pure Spring (without Boot) and hence the 2nd part of the question.
Thanks in advance!
Sincerely, Bharath