Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I want to enable Swagger UI on my Headwind MDM instance.
ago by (43.3k points)

1 Answer

0 votes

When you build Headwind MDM from the source code by the command

mvn install

The Swagger UI WAR file will appear in the directory swagger/ui/target/mdm-swagger-ui-0.1.0.war

To deploy this application, copy this file to the Tomcat webapps directory

cp swagger/ui/target/mdm-swagger-ui-0.1.0.war /var/lib/tomcat9/webapps/swagger-ui.war

ago by (43.3k points)
...