Commit b237704a authored by liqin's avatar liqin 💬

bug fixed

parent 7430ed25
......@@ -38,8 +38,8 @@ public class SwaggerConfig {
.directModelSubstitute(LocalDate.class, String.class)
.genericModelSubstitutes(ResponseEntity.class)
.useDefaultResponseMessages(false)
.securitySchemes(newArrayList(apiKey()))
.securityContexts(newArrayList(securityContext()))
//.securitySchemes(newArrayList(apiKey()))
//.securityContexts(newArrayList(securityContext()))
.enableUrlTemplating(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment