第三讲:3.1 spring 如何装配bean

1,复制项目Spring402 ,改名为Spring402-02。建包:com.cruise.entity .建类:People类,定义属性 id name age,get()和 set()方法, package com.cruise.entity; public class People {     private int id;     private String name;     pri
相关文章
相关标签/搜索