Netflix/metacat

Failed to load API definition.

xiaodizi opened this issue · 1 comments

image

After the main branch is built, how to solve this problem?

add this code:

 @Bean
    public Docket docket() {
        return new Docket(DocumentationType.SWAGGER_2);
    }

to MetacatApplication to resolve this issue.