刚开始遇到这个问题时,查了一天网上评论,基本说你的文件没放在src目录下,但我的文件确实放在src/main/resources下

无意中在网上看到了解决方案,希望对你有帮助

class path resource [AA.properties] cannot be opened because it does not exist

class path resource [AA.properties] cannot be opened because it does not exist

修改Included为ALL   

修改Excluded为None

具体修改方式请自行百度!

相关文章: