Hello Bhuvaneshwari, I just did the same yesterday, so I can help you out. >From this url you can download the Swagger UI files: https://github.com/swagger-api/swagger-ui Copy the "dist" folder of the repository in any folder of your webproject (let's say for example you'll copy the folder under ../webapp/docs) Open the index.html file and change the url of the swagger.json file with the one of your application.
The end.. you can now deploy the application and hit the ..../docs folder, the UI will load with the url you configured. You can read the GitHub description for additional informations. Il giorno mercoledì 1 novembre 2017 14:12:45 UTC+1, Bhuvaneshwari Arkala ha scritto: > > Hello, > > I am trying to integrate swagger UI to my java appengine project. but not > finding correct links to follow. > Please can any one suggest how to integrate swagger ui to my app enigne > project which is java. > > Thanks, > Bhuvana > > *GO GREEN - SAVE PAPER - SAVE TREES* : On an average each one of us uses > 700 pounds of paper products every year. Industrial nations with 20 per > cent of the world's population consume 87 per cent of the world's writing > and printing papers. > *Please do not print this e-mail unless absolutely necessary.* > *Legal Disclaimer: *This email has been sent to you by Wenable Inc. All > brands and names referred to may be trademarks of their respective > companies. Whilst we have taken steps to control the spread of viruses on > our systems, we cannot guarantee that this file is virus free. > *Confidentiality: *Any attachments or pictures along with information in > this e-mail are the property of Wenable Inc. and are intended only for the > use of the individual or entity to which it is addressed and may contain > information which is privileged, highly confidential and exempt from > disclosure under applicable law. No addressee should forward, print, copy > or otherwise reproduce this message or attachments in any manner without > written permission of Wenable Inc. If you have received this e-mail in > error, you are on notice of it's status. Please notify us immediately by > reply e-mail and then delete the same from your system. Thank you for your > co-operation. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/59115849-4ebc-48fa-8604-2e6ff66b614c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
