-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
springboot-security的项目,依赖有问题,默认就是红的 #3
Comments
同求 |
org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 这个依赖加上版本号 就ok |
|
|
1.将thymeleaf-extras-security4改为thymeleaf-extras-springsecurity5(springsecurity5) |
git clone下来默认mybatis的依赖就是红的
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
thymeleaf-extras-security4也是没有的
改成thymeleaf-extras-springsecurity4之后可以运行,但是/login页面是打不开的,ERR_TOO_MANY_REDIRECTS
The text was updated successfully, but these errors were encountered: