|
@ -133,7 +133,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { |
|
|
.antMatchers("/druid/**").anonymous() |
|
|
.antMatchers("/druid/**").anonymous() |
|
|
|
|
|
|
|
|
// 添加JavaMelody监控
|
|
|
// 添加JavaMelody监控
|
|
|
.antMatchers("/monitoring").anonymous() |
|
|
// .antMatchers("/monitoring").anonymous()
|
|
|
// 添加统一支付 回调接口
|
|
|
// 添加统一支付 回调接口
|
|
|
.antMatchers("/payment/wxPay/notify").anonymous() |
|
|
.antMatchers("/payment/wxPay/notify").anonymous() |
|
|
// 滑块验证码
|
|
|
// 滑块验证码
|
|
|