剑指 offer-二叉搜索树与双向链表
题目描述
maven多模块项目报-BeanCreationException: Error creating bean with name
在使用多模块的maven项目中,其中一个父模块包含了多个子模块,子模块集成了spring,在发布子模块时,报了BeanCreationException: Error creating bean with name 的错误,项目结构如下:
剑指offer-复杂链表的复制
题目描述
剑指offer-二叉树中和为某一值的路径
题目描述
IDEA 单元测试报错:Class not found
今天在maven多模块项目中,在其中一个module中,创建了一个测试类,在执行junit单元测试时,idea一直在报“Class not found”,即类找不到的错误。