第五講:5.1 Spring 自動裝配
阿新 • • 發佈:2018-12-19
一,通過名字自動注入 1,複製spring40203 改名為spring40204,修改beans.xml, 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.xsd"