skip to Main Content

org.springframework.beans.factory.UnsatisfiedDependencyException Error creating bean (repository) – Mysql

I'm trying to set up a Spring Boot/MySQL/docker project. After adding the repository classes, I started getting this error: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'filterController': Unsatisfied dependency expressed through field 'filterService': Error creating bean with name 'filterServiceImpl':…

VIEW QUESTION
Back To Top
Search