今天涉及到这个地方
1.登录请求需要带着username和password一起过去,这样的话发出的请求就是:http://localhost:8080/wxSecond/welcome/login.htmls?username=123&password=123
而shiro的配置中,还在担忧仅仅配置/welcome/login.htmls=anon能不能过去呢~
结果证明:
这样的请求地址,在shiro配置中配置如下:
是完全可以的~~~~~
本文共 223 字,大约阅读时间需要 1 分钟。
今天涉及到这个地方
1.登录请求需要带着username和password一起过去,这样的话发出的请求就是:http://localhost:8080/wxSecond/welcome/login.htmls?username=123&password=123
而shiro的配置中,还在担忧仅仅配置/welcome/login.htmls=anon能不能过去呢~
结果证明:
这样的请求地址,在shiro配置中配置如下:
是完全可以的~~~~~
转载地址:http://hdubx.baihongyu.com/