gpt4 book ai didi

java - 与元素类型 "xsi"关联的属性 "xsi:schemaLocation"的前缀 "beans"未绑定(bind)

转载 作者:数据小太阳 更新时间:2023-10-29 02:03:36 29 4
gpt4 key购买 nike

为什么会出现这个错误

[Fatal Error]: The prefix "xsi" for attribute "xsi:schemaLocation" associated with an element type "beans" is not bound.

在我的 XML 文件的标题处:

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:p="http://www.springframework.org/schema/p"
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">

错误出现在我的 XML 声明的最后一行。请问我该怎么做才能消除此错误?

最佳答案

简单添加

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

添加到您的 bean 元素以消除该错误。

关于java - 与元素类型 "xsi"关联的属性 "xsi:schemaLocation"的前缀 "beans"未绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37770495/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com