第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

寫完saveUser 方法后啟動工程報錯

Failed to parse configuration class [com.springboot.SpringbooteApplication]; nested exception is java.io.FileNotFoundException: class path resource [resource.properties] cannot be opened because it does not exist

https://img1.sycdn.imooc.com//5b02a3ab0001c89970971880.jpg


正在回答

4 回答

工程路徑建議不要中文

0 回復(fù) 有任何疑惑可以回復(fù)我~
@PropertySource(value="classpath:resource.properties")

https://img1.sycdn.imooc.com//5b1656b000014f6603270800.jpg

工程結(jié)構(gòu)如圖,注釋

package?com.springboot.pojo;import?org.springframework.boot.context.properties.ConfigurationProperties;import?org.springframework.context.annotation.Configuration;import?org.springframework.context.annotation.PropertySource;//讀配置文件中內(nèi)容一定要先maven編譯一遍!!!!!!//.properties配置文件映射類//@Configuration?表示引用資源文件@Configuration//配置文件前綴@ConfigurationProperties(prefix="com.springboot.opensource")//resource.properties?文件路徑@PropertySource(value="classpath:resource.properties")public?class?Resource?{	private?String?name;	private?String?website;	private?String?language;		public?String?getName()?{		return?name;	}	public?void?setName(String?name)?{		this.name?=?name;	}	public?String?getWebsite()?{		return?website;	}	public?void?setWebsite(String?website)?{		this.website?=?website;	}	public?String?getLanguage()?{		return?language;	}	public?void?setLanguage(String?language)?{		this.language?=?language;	}}


0 回復(fù) 有任何疑惑可以回復(fù)我~

https://img1.sycdn.imooc.com//5b164fb80001a9ed70971880.jpg

Failed to parse configuration class [com.springboot.SpringbooteApplication]; nested exception is java.io.FileNotFoundException: class path resource [resource.properties] cannot be opened because it does not exist


是哪個文件寫錯了

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

一枚加班的程序猿 提問者

要改成什么樣子
2018-06-05 回復(fù) 有任何疑惑可以回復(fù)我~

resource.properties這個文件存在嗎?

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

一枚加班的程序猿 提問者

存在的,需要刪掉嗎?
2018-06-05 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

寫完saveUser 方法后啟動工程報錯

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號