Spring-IOC【02-xml配置方式】

文章目錄 構造注入 設值注入 簡化版的設值注入 注入自定義對象 操作其他對象 構造注入 package com.sxt.pojo; public class User { private int id; private String name; private int age; public User() { } /** * 構造注入 * @param id * @param
相關文章
相關標籤/搜索