Alice52 / project

This repository is muti language and tech integration project.
MIT License
0 stars 0 forks source link

[ec] swagger + ResponseBodyAdvice #114

Closed Alice52 closed 3 years ago

Alice52 commented 3 years ago

use swagger and ResponseBodyAdvice together

  1. error log
/null/swagger-resources/configuration/ui 404
  1. solution:

    • permit swagger api
      String[] ignores = new String[] {"/", "/swagger-resources", "/v2/api-docs"};

      reference

  2. https://my.oschina.net/u/2250817/blog/3188076