Skip to content
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

Open
abigail830 opened this issue Nov 10, 2019 · 5 comments
Open

Comments

@abigail830
Copy link

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

@MikeLiYes
Copy link

同求

@geway
Copy link

geway commented Feb 20, 2020

org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 这个依赖加上版本号 就ok

@MikeLiYes
Copy link

org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 这个依赖加上版本号 就ok
还会报错,求救
Project build error: 'dependencies.dependency.version' for org.thymeleaf.extras:thymeleaf-extras-security4:jar is missing.

@MikeLiYes
Copy link

org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 这个依赖加上版本号 就ok
还会报错,求救
Project build error: 'dependencies.dependency.version' for org.thymeleaf.extras:thymeleaf-extras-security4:jar is missing.
thymeleaf-extras-springsecurity4 ->
thymeleaf-extras-springsecurity5 不报错了

@mycat1
Copy link

mycat1 commented Aug 5, 2020

1.将thymeleaf-extras-security4改为thymeleaf-extras-springsecurity5(springsecurity5)
2.mybatis-spring-boot-starter加上版本号1.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants