错误整理二 | assertThat, equalTo, @RunWith, @SpringBootTest标红
《深入理解SpringCloud与微服务构建》整理:关于4.2.3SpringBoot的测试一章,@RunWith,@SpringBootTest报红按IDEA提示操作即可assertThat,equalTo方法报红,添加对应包即可:importstaticorg.junit.Assert.*;importstaticorg.hamcrest.Matchers.equalTo;关于本章的代码:pa