Spring自動裝配及其註解

一.屬性自動裝配 首先,準備三個類,分別是User,Cat,Dog。其中User屬性擁有Cat和Dog對象。 package com.hdu.autowire; public class User { private Cat cat; private Dog dog; private String str; public Cat getCat() {
相關文章
相關標籤/搜索