引入依赖
spring-webmvc
控制反转 让spring管理对象的创建
依赖注入
创建对象的同时给成员变量赋值
property name ref 引用,类型
property name value 基本类型
简单啊
创建spring 核心容器对象
获取容器中的bean 对象