-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Question] Question title springboot3.x FormAuthenticationFilter 还是引入的 javax 的包 #1866
Comments
I also encountered the same problem. In Spring Boot 3.3.x version, the dependency on Servlets uses the Jakarta servlet-api package. Just adding the Spring Boot 3.x automatic configuration class under the META-INF/spring/ directory does not mean it is fully compatible with Spring Boot 3.x. |
Have you looked at https://github.com/apache/shiro/tree/main/samples/spring-boot-3-web example? That sample specifically shows how to use Spring Boot 3 with Shiro. |
i run the example but error |
You need to use the jakarta classifier and use the BOM to exclude the non jakarta dependencies. |
Search before asking
Question
2.0.1v + springboot3.x FormAuthenticationFilter 还是引入的 javax 的包
The text was updated successfully, but these errors were encountered: