摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:c="http://www.springframework.org/schema/c" xml 阅读全文
posted @ 2017-04-05 13:20
update_
阅读(156)
评论(0)
推荐(0)
摘要:
<context:annotation-config />和 <context:component-scan>同时存在的时候,前者会被忽略。 也就是那些@autowire,@resource等注入注解只会被注入一次 哪怕是你手动的注册了多个处理器,spring仍然只会处理一次: <context:a 阅读全文
posted @ 2017-04-05 13:18
update_
阅读(124)
评论(0)
推荐(0)