請教Document root element "beans", must match DOCTYPE root "null"
當我裝載這樣的 bean.xml沒有任何問題:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
.........許多的bean
</beans>
當我裝載這樣的 bean.xml卻丟擲 Document root element "beans", must match DOCTYPE root "null" 異常:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
.....
</beans>
是不是我缺少了某個LIB包???
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
.........許多的bean
</beans>
當我裝載這樣的 bean.xml卻丟擲 Document root element "beans", must match DOCTYPE root "null" 異常:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
.....
</beans>
是不是我缺少了某個LIB包???
相關文章
- The content of element type "package" must match "(result-types?,interceptors?...Package
- document.doctype用法
- org.springframework.beans.factory.BeanNotOfRequiredTypeException must be of typeSpringFrameworkBeanUIException
- 請教 Element 的錯誤處理
- jQuery :rootjQuery
- Maximize the Root
- 修改root使用者密碼為root密碼
- 取消 root 級管理員的 root 許可權
- 解決 IDEA 中 Wrong root element less..(Ctrl+F1)Inspection info: This inspection checks if root ta 的問題Idea
- SSH無法啟動,報告/var/empty/sshd must be owned by root and not group or world-writable
- SCSS @at-rootCSS
- CSS E:rootCSS
- 2.3.1.2 Application RootAPP
- Change redhat root passwordRedhat
- Give root password for maintenanceAINaN
- root 登入 ftpFTP
- 找回root密碼密碼
- jackson學習之四:WRAP_ROOT_VALUE(root物件)物件
- 【Redis】錯誤:failed: Hostname must not be empty or nullRedisAINull
- event_x ()、event_y ()、event_x_root ()、event_y_root ()
- The directory xx is registered as a Git rootGit
- MySQL 重置Root密碼MySql密碼
- mysql修改root密碼MySql密碼
- mysql重置root密碼MySql密碼
- 修改mysql root密碼MySql密碼
- su - root could not open sessionSession
- linux_root_scriptsLinux
- aix重置ROOT密碼AI密碼
- root預設密碼密碼
- How to Reset the MySQL Root PasswordMySql
- 小米手機 root 教程
- pixel 6 root 刷機
- Ubuntu重置root密碼Ubuntu密碼
- 華為暢享5怎麼Root?華為暢享5一鍵root教程
- root script (root.sh or rootupgrade.sh) Failed to start resource ora.onsAI
- root使用者執行root.sh失敗怎麼處理
- mysql誤刪root使用者或者忘記root密碼解決方法MySql密碼
- Connection to host as user root failed.ERROR: NMO not setuid-root (Unix-only)AIErrorUI