大數(shù)據(jù)爬蟲框架進(jìn)階培訓(xùn)班
? ?.antMatchers("/swagger-resources/**").permitAll()
? ? ? ? ? ? ? ?.antMatchers("/images/**").permitAll()
? ? ? ? ? ? ? ?.antMatchers("/webjars/**").permitAll()
? ? ? ? ? ? ? ?.antMatchers("/v2/api-docs").permitAll()
? ? ? ? ? ? ? ?.antMatchers("/configuration/ui").permitAll()
? ? ? ? ? ? ? ?.antMatchers(HttpMethod.OPTIONS, "/**").permitAll()
? ? ? ? ? ? ? ?.anyRequest()
標(biāo)簽: