멀티 모듈에서 타 모듈의 Bean 등록 오류
Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]:오류 멀티 모듈 환경에서 타 모듈의 Entity나 Service, Repository를 참조해서 쓰려고 하는데 Bean 등록이 안됐다;; : Error creating bean with name 'userController': Lookup method resolution failed Description: Parameter 0 of constructor in com.example.admin.user.test.Us..