xiangpei
2025-04-18 0aa739db8268b442ab74634289ffed00124a976a
dev-sys/src/main/java/com/monkeylessey/framework/config/TokenSecurityConfig.java
@@ -65,6 +65,7 @@
                .authenticationEntryPoint(authenticationException);
        http.authorizeRequests()
                .antMatchers("/**").permitAll()
                .antMatchers(HttpMethod.POST, "/xpstart/login").permitAll()
                .antMatchers("/sys-table/columns/**").permitAll()
                .antMatchers("/ws/**").permitAll()