課程
/后端開發
/Java
/Java消息中間件
配置文件自動掃描如何重新生成?東西是怎么弄出來的,只看操作都不知道怎么回事,還沒有源碼。
2017-07-26
源自:Java消息中間件 4-6
正在回答
首付款四大皆空
<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"
? ? xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
修改文件頭成這樣就可以加入自動掃描的標簽了
舉報
使用Java消息中間件處理異步消息
2 回答producer文件配置問題
1 回答正確的xml配置文件
1 回答xml配置
1 回答看了xml配置有一個關于spring的問題
1 回答配置加載失敗
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-08-01
首付款四大皆空
2017-07-26
<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"
? ? xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
修改文件頭成這樣就可以加入自動掃描的標簽了