Vv_esfs的博客在启动Junit跑单测加载资源配置文件的时候遇到以下异常信息:java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache....
不屑哥的博客在启动整个spring boot项目时,出现错误: Could not resolveplaceholder原因:没有指定好配置文件,因为src/main/resources下有多个配置文件,例如application-dev.properties, boss.properties等。解决办法: ...