java.io.FileNotFoundException: class path resource [druidDataSource.properties] cannot be opened bec



报错原因

一个配置文件没有找到

解决方案

检查在哪里用了这个文件,看看文件名称写对了没有

@Configuration
@PropertySource("classpath:druidDataSource.properties")