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的主要内容,如果未能解决你的问题,请参考以下文章

php cas单点登录如何获取用户信息而不跳转到登录页

springboot2.0+,整合security遇到老是登录到一个未知来源的登录页

我从a页面跳到b页面,可是b页面需要手动刷新一下才能获得最新数据,请问:跳转成功后如何自动刷新一下b页

SpringBoot集成SpringSecurity(十四关闭默认登录页)

springboot11-01-security入门

SpringBoot日记——Thymeleaf进阶小篇