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()