So I’m not sure if you can or cannot find the swagger.json, however, if the issue is with finding it, then I’d suggest asking the question in Springfox’s repo.
If the issue is with swagger2markup, then it’s best to ask the question on the repo of that project. Best of luck! From: <[email protected]> on behalf of Juan Lopez Rodao <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, 22 August 2016 at 23:40 To: Swagger <[email protected]> Subject: Re: I have a simple and noob problem!! Hi, i have my little application that runs with Spring boot with one controller and 1 Class with my module... I have my SwaggerConfig; @Configuration @EnableSwagger2 public class SwaggerConfig { @Bean public Docket api() { return new Docket(DocumentationType.SWAGGER_2) .select() .apis(RequestHandlerSelectors.any()) .paths(PathSelectors.any()) .build(); } } and i configure my pom to extrat the html with swagger2marktup... with the example all correct, because i have the example swagger.json already. But which library i have to implement to make a swagger.json... Sorry, i'm a f****ng noob, and i'm lost!! I can't find the solution!!! Regards!!! And thank you! El lunes, 22 de agosto de 2016, 21:27:39 (UTC+2), Ron escribió: Juan, you’re saying you can’t find the swagger.json – that suggest that there’s already integration with some library, I just don’t know which one it is – you need to tell me that. If you don’t have any integration, obviously you won’t find the swagger.json because nothing generates it. From: <[email protected]> on behalf of Juan Lopez Rodao <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, 22 August 2016 at 05:10 To: Swagger <[email protected]> Subject: Re: I have a simple and noob problem!! Hi Ron, can you recommend me any library?? El viernes, 19 de agosto de 2016, 16:54:04 (UTC+2), Ron escribió: That depends on the library you use to generate the swagger.json… From: <[email protected]> on behalf of Juan Lopez Rodao <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, 19 August 2016 at 00:59 To: Swagger <[email protected]> Subject: I have a simple and noob problem!! Hello everybody! I have one problem... A simple problem... Sorry for this, I'm Junior and I can't find my swagger.json in my project... how can i get this file?? I cant resolve this problem for generate my html!! Regards!! -- 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. -- 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.
