gpt4 book ai didi

java - Spring - java.io.FileNotFoundException

转载 作者:行者123 更新时间:2023-12-02 10:26:03 25 4
gpt4 key购买 nike

我正在开发一个简单的 spring 项目;实际上尝试通过属性文件注入(inject)。我必须在 applicationContext.xml 文件中获取 prop 文件,它们不在同一目录下:

/src
|_.com.luv2code.springdemo
| |_sport.properties
|_resources
|_applicationContext.xml

尝试使用它,但无法找出正确的类路径

<context:property-placeholder location="classpath:/sport.properties"/>

最佳答案

  1. 应该是src/main/com.luv2code...,而不仅仅是src/com.luv2code...
  2. 斜杠表示类路径根,但您的资源似乎位于 com.luv2code.springdemo 包中。
  3. sport.properties放入资源目录:src/main/resources

关于java - Spring - java.io.FileNotFoundException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53951519/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com