解決spring配置檔案沒有提示的問題

2021-06-15 05:54:49 字數 609 閱讀 9258

我們使用eclipse編輯spring配置檔案時,經常沒有提示,而無從下手時. 現在我們就來解決沒有提示的問題.

原因是因為eclipse中沒有配置xsd檔案..

步驟一:把如下標頭檔案拷貝到你的spring配置檔案中.

<?xml version="1.0" encoding="utf-8"?>

"xmlns:xsi=""

xmlns:util=""

xmlns:p=""

xmlns:aop=""

xmlns:tx=""

xsi:schemalocation="

/spring-beans-2.0.xsd

/spring-util-2.0.xsd

/spring-tx-2.0.xsd

/spring-aop-2.0.xsd">

在eclipse選單中進入

location:比如c:\spring-beans-2.5.xsd

key type:選擇schema location

key:填寫/spring-beans-2.5.xsd

新增完成之後,重啟eclipse 看看是否有提示.. ..如果還沒有就多新增幾個版本的.xsd檔案..試試。

解決spring配置檔案沒有提示的問題。

我們使用eclipse編輯spring配置檔案時,經常沒有提示,而無從下手時.現在我們就來解決沒有提示的問題.原因是因為eclipse中沒有配置xsd檔案.步驟一 把如下標頭檔案拷貝到你的spring配置檔案中.xmlns xsi xmlns util xmlns p xmlns aop xmlns...

spring配置檔案

1 配置檔案的簡化 1 屬性的 property name foo value foovalue value property 簡化為 property name foo value foovalue 2 引用bean property name foo ref bean foobean prope...

spring配置檔案

context annotation config 是用於啟用那些已經在spring容器裡註冊過的bean上面的註解,也就是顯示的向spring註冊 autowiredannotationbeanpostprocessor commonannotationbeanpostprocessor pers...