Caused by: org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException at DataSourceProperties
I have the following Spring Boot that I want to test using JUnit 5 test and Mockito:
I have the following Spring Boot that I want to test using JUnit 5 test and Mockito: