Jonas Hao

Results 2 comments of Jonas Hao

你的项目是否集成spring security,而没有放开swagger资源的权限? 如果是可以参考这篇帖子:https://stackoverflow.com/a/37683455 Adding this to your WebSecurityConfiguration class should do the trick. ```java @Configuration public class WebSecurityConfiguration extends WebSecurityConfigurerAdapter { @Override public void configure(WebSecurity web) throws Exception { web.ignoring().antMatchers("/v2/api-docs",...

应该是没有创建 tags 页面。 创建方法: ``` hexo new page tags ``` 然后编辑创建的页面,将页面的`type`修改为`"tags"` 可以参考: http://theme-next.iissnan.com/theme-settings.html#tags-page