为了账号安全,请及时绑定邮箱和手机立即绑定

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

http://img1.sycdn.imooc.com//5ff2980100012f6219201005.jpg

在5-1配置PropertySource遇到了问题。一直显示resource.properties不存在。详情大佬大佬帮忙解决, 非常感谢

正在回答

2 回答

?1楼老哥说的在理,检查一下pom.xml文件有没有引入jar包

0 回复 有任何疑惑可以回复我~

看不到你的pom.xml,可能依赖没加么,检查这几个地方看看:

1、手工在src/main/resources目录下是否新建 resource.properties文件,可以直接负责application.properties文件放在同目录下,重命名为resource.properties即可;

2、

@Configuration

……

这些代码是否写正确了。

3、pom.xml中依赖

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-configuration-processor</artifactId>

<optional>true</optional>

</dependency>

是否加了。


0 回复 有任何疑惑可以回复我~
#1

BinaryRhythm

负责 改 复制
2021-01-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

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

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信