报错信息: "java: 找不到符号 符号: 方法 builder() 位置: 类 com.ms.demo.Price" 。
报错信息: "java: 找不到符号 符号: 变量 log 位置: 类 com.ms.demo.PriceDemoOneTest.PriceDashboardImpl" 。
= = = = = = = = = = = = = = = = = = = =
出现这种情况的原因有很多,这里介绍其中一种。
相关的依赖库都添加好了,编辑代码的时候不报错,就是运行的时候报错。
最后排查的结果:我是把这些文件放在 src.test ( 而非 src.main ) 之下,所以需要在pom.xml添加对应的profile声明。