摘要: 先进行包的扫描再开启注解标志<context:component-scan base-package=" "></context:component-scan><context:annotation-config></context:annotation-config>@Value(" ")注解可以 阅读全文
posted @ 2021-10-17 17:25 睡觉时不困 阅读(33) 评论(0) 推荐(0)
摘要: @Autowired直接在属性上使用即可,也可以在set上使用,但是必须要求这个对象存在(id与形参名字一样) 如果制动装配的环境比较复杂,自动装配无法通过一个@Autowired完成的时候,我们可以使用@Qualifie(value=" ")的方式来实现唯一注入! 注意:@Autowired和@Q 阅读全文
posted @ 2021-10-17 16:27 睡觉时不困 阅读(103) 评论(0) 推荐(0)
摘要: 使用注解要在xml配置文件中添加 xmlns:context="http://www.springframework.org/schema/contex" http://www.springframework.org/schema/beans http://www.springframework.o 阅读全文
posted @ 2021-10-17 16:01 睡觉时不困 阅读(56) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2021-10-17 10:04 睡觉时不困 阅读(55) 评论(0) 推荐(0)