// 任意访问 .antMatchers("/swagger-resources/**").permitAll() .antMatchers("/webjars/**").permitAll() .antMatchers("/v2/**").permitAll() .antMatchers("/api/**").permitAll() 相关文章: 2022-12-23 2022-12-23 2021-05-26 2021-04-10 2022-12-23 2021-05-13 2022-02-10