How to generate Swagger2.0 API Documentation for AEM Codebase? | Community
Skip to main content
Level 2
October 7, 2022
Solved

How to generate Swagger2.0 API Documentation for AEM Codebase?

  • October 7, 2022
  • 1 reply
  • 751 views

Hi Guys,

 

Our's project is of bit older archetype, having all servlets based out of SCR notations. The sling servlet based APIs are consumed internally by the components(which are all JSP based.).

There are few schedulers, event handlers and workflows which consumes APIs which are outside of AEM but internal to client network.

I need to generate swagger2 document out of all the Sling Servlet based APIs from our AEM Codebase. Is there any way I can configure a Swagger plugin in POM.xml and get the swagger documentation generated out of it(like that of in Spring boot application.)? OR Do I have to create it manually?

 

KR,

Prasanna

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by B_Sravan

To the best of my knowledge, I don't think there is such plugin.

you'll have to create it manually.

 

1 reply

B_Sravan
Community Advisor
B_SravanCommunity AdvisorAccepted solution
Community Advisor
October 8, 2022

To the best of my knowledge, I don't think there is such plugin.

you'll have to create it manually.