Mockito with SpringBoot

  1. Sample01NoSpringContextTest

Unit Test without Spring Boots

  1. Sample02ControllerSampleTest

Without modification, thev service will invoke the real methods in RoomService.clas

And the real bean will return 16

  1. Sample03MockMvcTest

Use SpringBootTest to initialize the context.