Write your PR description here...
The referenced issue is AMR-xxx.
Write your PR description here...
The referenced issue is AMR-xxx.
| // Step 2: Create the configuration class to add the details about Swagger | |
| @Configuration | |
| @EnableSwagger2 | |
| @Import(SpringDataRestConfiguration.class) | |
| public class SpringFoxConfig { | |
| // Create a Docket bean | |
| @Bean | |
| public Docket api() { | |
| return new Docket(DocumentationType.SWAGGER_2) |