簡體   English   中英

春季-java.io.FileNotFoundException

[英]Spring - java.io.FileNotFoundException

我正在做一個簡單的春季項目; 實際上嘗試通過屬性文件進行注入。 我必須在我的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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM