課程
/后端開發(fā)
/Java
/Spring入門篇
請(qǐng)大家?guī)兔纯矗?/p>
網(wǎng)上說我這是因?yàn)閤ml命名空間沒有寫全,但是我是寫全了的,為什么還是會(huì)出現(xiàn)這個(gè)問題?
謝謝大家啦??!
2018-10-11
源自:Spring入門篇 4-1
正在回答
<beans xmlns="http://www.springframework.org/schema/beans"
? ? xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
? ? xmlns:context="http://www.springframework.org/schema/context"
? ? xmlns:aop="http://www.springframework.org/schema/aop"
? ? xsi:schemaLocation="http://www.springframework.org/schema/beans?
? ? ? ? http://www.springframework.org/schema/beans/spring-beans.xsd ?
? ? ? ? http://www.springframework.org/schema/context
? ? ? ? http://www.springframework.org/schema/context/spring-context.xsd
? ? ? ? http://www.springframework.org/schema/aop?
? ? ? ? http://www.springframework.org/schema/aop/spring-aop.xsd">
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1.xsd
要有這兩條語句吧
Serena_Cecilia 提問者
舉報(bào)
為您帶來IOC和AOP的基本概念及用法,為后續(xù)高級(jí)課程學(xué)習(xí)打下基礎(chǔ)
2 回答我這里嘗試的是注解,但是注入有點(diǎn)問題
4 回答注解報(bào)錯(cuò)找不到
3 回答單元測(cè)試錯(cuò)誤 ,怎么解決
1 回答教程中的測(cè)試類TestInjection使用問題 ,是否能通過Autowired注入來實(shí)現(xiàn)測(cè)試功能
2 回答多使用一個(gè)注解報(bào)錯(cuò),當(dāng)我注釋掉私有變量上的autowired的注解,只是用service注解時(shí),就不報(bào)錯(cuò)了,求解釋
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-10-11
<beans xmlns="http://www.springframework.org/schema/beans"
? ? xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
? ? xmlns:context="http://www.springframework.org/schema/context"
? ? xmlns:aop="http://www.springframework.org/schema/aop"
? ? xsi:schemaLocation="http://www.springframework.org/schema/beans?
? ? ? ? http://www.springframework.org/schema/beans/spring-beans.xsd ?
? ? ? ? http://www.springframework.org/schema/context
? ? ? ? http://www.springframework.org/schema/context/spring-context.xsd
? ? ? ? http://www.springframework.org/schema/aop?
? ? ? ? http://www.springframework.org/schema/aop/spring-aop.xsd">
2018-10-11
要有這兩條語句吧