공부
Can't Autowire @Repository annotated interface in Spring Boot
승가비
2022. 7. 1. 02:00
728x90
@EnableJpaRepositories("com.pharmacy.persistence.users.dao")
Can't Autowire @Repository annotated interface in Spring Boot
I'm developing a spring boot application and I'm running into an issue here. I'm trying to inject a @Repository annotated interface and it doesn't seem to work at all. I'm getting this error org.
stackoverflow.com
728x90