Well, that’s not good. Can you share your swagger.json so I can test it locally?
From: <[email protected]> on behalf of hancholo <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, 19 July 2016 at 14:52 To: Swagger <[email protected]> Subject: swagger-ui only showing top-level info Just getting started with Swagger-ui. Latest versions of everything downloaded. My swagger.json is valid and populated correctly. After downloading and serving up the swagger-ui dist and updating the url in index.html per instructions, but the only thing that appears is the metadata assigned through my beanConfig (Application constructor technique): beanConfig.setTitle("My API"); beanConfig.setVersion("0.0.4"); beanConfig.setDescription("This is a description."); The only indication of error is found in the browser console (both in Chrome and IE/Edge): Now I'm stuck. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
