2025-09-26 11:36
您好,再次请教:
我如果要通过浏览器直接访问http://ip:48080/system/auth/cas/*这种路径,如何调整才能不被系统拦截。在哪里能调整让系统不做用户是否登录的验证,现在都是如下提示:
{"code":401,"data":null,"msg":"账号未登录"}上面你提供的地方,我增加了,还是无法访问(cas/*类似这种路径已经在AuthController中注册过了):
registry.antMatchers("/system/auth/cas/**").permitAll();但是浏览器又返回:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Sep 26 11:34:01 CST 2025
There was an unexpected error (type=Not Found, status=404).