Fork me on GitHub

07 2022 档案

摘要:bug描述: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is com.google.common.util.concurrent.ExecutionError: com.google.commo 阅读全文
posted @ 2022-07-14 15:17 卡卡北 阅读(154) 评论(0) 推荐(0)
摘要:问题描述: 第一次写mvc测试,照着别人2.0版本写的,结果测试结果MockMvc报空指针异常 private MockMvc mvc; debug发现这部分为空 解决方案: 添加注解 @AutoConfigureMockMvc @Autowired 完事 阅读全文
posted @ 2022-07-14 11:13 卡卡北 阅读(270) 评论(0) 推荐(0)