springboot跳到登录页Please sign in
Posted 树上的疯子^
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot跳到登录页Please sign in相关的知识,希望对你有一定的参考价值。
控制台还打印了密码
把用户名和密码填进去是可以
但是重启之后又进入了登录页
解决办法是
启动类加上
@SpringBootApplication(exclude = org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class, org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class )
以上是关于springboot跳到登录页Please sign in的主要内容,如果未能解决你的问题,请参考以下文章
springboot2.0+,整合security遇到老是登录到一个未知来源的登录页
我从a页面跳到b页面,可是b页面需要手动刷新一下才能获得最新数据,请问:跳转成功后如何自动刷新一下b页