无关风月
2024-12-27 bfc5ce8b3f99ec433602d23b58b1369c050f7c45
optometrist/src/main/java/com/jilongda/optometrist/config/WebSecurityConfig.java
@@ -73,7 +73,7 @@
     */
    @Override
    public void configure(WebSecurity web) {
        web.ignoring().antMatchers(Constant.DOC_LIST);
        web.ignoring().antMatchers(Constant.DOC_OPTOMETRIST_LIST);
        web.ignoring().antMatchers(Constant.AUTH_WHITELIST);
    }