升级swagger到最新版本v3.0.0
This commit is contained in:
@ -19,6 +19,6 @@ public class SwaggerController extends BaseController
|
||||
@GetMapping()
|
||||
public String index()
|
||||
{
|
||||
return redirect("/swagger-ui.html");
|
||||
return redirect("/swagger-ui/index.html");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user