摘要:
SpringBoot启动报包冲突have different Class objects for the type 现象: and the class loader (instance of sun/misc/Launcher$AppClassLoader) for interface Device 阅读全文
摘要:
Mockito项目实战demo(怎么用mock代替本类方法调用,即this调用) 情形一 被测试类如下: @Service @Transactional @RequiredArgsConstructor(onConstructor = @__(@Autowired)) public class Co 阅读全文