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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

關(guān)于schema的報(bào)錯(cuò)問題如下,請(qǐng)問是怎么回事呢 ?

關(guān)于schema的報(bào)錯(cuò)問題如下,請(qǐng)問是怎么回事呢 ?

心有法竹 2023-03-22 16:12:31
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'sca:service'.
查看完整描述

2 回答

?
寶慕林4294392

TA貢獻(xiàn)2021條經(jīng)驗(yàn) 獲得超8個(gè)贊

你spring配置文件的頭部 schema出問題了 
1)http://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd這個(gè)找不到 
3)這個(gè)文件的根元素不是<xsd:schema> 
你可以找個(gè)正確的把你這個(gè)xml配置文件的頭部替換一下,不知道你使用的spring哪個(gè)版本,下面我貼一個(gè):僅供參考,或者你可以在網(wǎng)上搜索一個(gè)正確的替換下: 
<?xml version="1.0" encoding="UTF-8"?> 
<beans 
xmlns="http://www.springframework.org/schema/beans" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> 
</beans>

查看完整回答
反對(duì) 回復(fù) 2023-03-24
?
牛魔王的故事

TA貢獻(xiàn)1830條經(jīng)驗(yàn) 獲得超3個(gè)贊

<?xml version="1.0" encoding="UTF-8"?> 
<beans 
xmlns="http://www.springframework.org/schema/beans" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> 
</beans>

查看完整回答
反對(duì) 回復(fù) 2023-03-24
  • 2 回答
  • 0 關(guān)注
  • 643 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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