在我的applicationContext林seeting性質是這樣的:誤差號碼:架構URL
<bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource"
p:driverClassName="${jdbc.driverClassName}"
p:url="${jdbc.url}"
p:username="${jdbc.username}"
p:password="${jdbc.password}" />
但即時得到這個錯誤在我的架構參考的號碼:
Error: File not found in the specified address : http://www.springframework.org/schema/p
做的URL改變什麼?
不可能從這樣的片段中知道。另外,您不會說從哪裏(例如系統啓動或外部XML驗證程序)獲取錯誤。 –
我得到它時,我保存的XML文件,我也檢查了網址,它給404錯誤 – onildo