Skip to content

Tag: spring-annotations

Field authenticationManager in service.SecurityServiceImpl required a bean of type ‘org.springframework.security.authentication.AuthenticationManager’

I am new to Spring Boot and trying to implement whatever I’ve learned from this link: login-registration-feature. My aim is to build a user login and registration feature but i’m stuck with this error: My folder structure, code is same as the one mentioned in the link. But couldn’t figure ou…