- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 44字
- 2021-08-13 16:00:12
Using the changed testing support
The following test annotations are no longer supported for Mockito 1.x:
- @MockBean
- @SpyBean
If testing needs to be done using the aforementioned annotations then Spring Boot 2.0 spring-boot-starter-test must be used or Mockito 2.x must be used explicitly.