mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
62ce338ace
@ -15,7 +15,7 @@
|
||||
|
||||
## 文档视频
|
||||
|
||||
[ 🚀🚀🚀 低代码数据可视化](http://datav.pig4cloud.com)
|
||||
[ 🚀🚀🚀 低代码数据可视化](http://datav.avuejs.com)
|
||||
|
||||
[ 配套文档 wiki.pig4cloud.com](https://wiki.pig4cloud.com)
|
||||
|
||||
|
@ -51,7 +51,7 @@ public class WebSecurityConfiguration {
|
||||
|
||||
@Bean
|
||||
public WebSecurityCustomizer webSecurityCustomizer() {
|
||||
return (web) -> web.ignoring().antMatchers("/css/**", "/error");
|
||||
return (web) -> web.ignoring().antMatchers("/actuator/**", "/css/**", "/error");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user