Hi to everyone,
I'm trying to
test my Spring Boot Application's DAO layer with embedded database but when I run it unfortunately it throws org.springframework.beans.factory.UnsatisfiedDependencyException as follows:
I have this test class:
application.yml
Your help in this matter is greatly appreciated!