You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
I also remove tests to build project with success. But when I run project as spring-boot application I got exception:
No qualifying bean of type 'org.springframework.security.authentication.AuthenticationManager' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
The text was updated successfully, but these errors were encountered:
I have problem when upgrading this project to spring-boot 2.
First of all when upgrade spring-boot-starter-parent to
spring-security-oauth2 and spring-security-jwt are not available anymore so I set version manually like this:
I also remove tests to build project with success. But when I run project as spring-boot application I got exception:
The text was updated successfully, but these errors were encountered: