public class SpringBootConfig { /* 把 stu 类初始化*/ @Bean public Stu stu(){ return new Stu(name: "jack", age: 18); }}