首先,我们需要定义一个Bean的class类: package framework.spring; import org.springframework.beans.BeansException; import org.springframework.beans.factory.*; public class Person { private String name; private String address; private int phone; public Person() { Sys…