I have a problem with running unit tests with JDBCTemplate in my spring boot application. I have the following code for configuration: and this is for repository class: that works by calling the Rest service from postman for example. I wrote this unit test to test only the repository part: but when i run the junit test i recive the