📜  webmvctest 与 springboottest - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:05.849000             🧑  作者: Mango

代码示例1
@WebMvcTest - for testing the controller layer
@JsonTest - for testing the JSON marshalling and unmarshalling
@DataJpaTest - for testing the repository layer
@RestClientTests - for testing REST clients