spring4.x 新特性-泛型依賴注入

一:泛型依賴注入 1.spring 4.x中可以爲子類注入子類對應得泛型類型的成員變量的引用  二.代碼實現  1.創建一個泛型的BaseRepository類 package com.dhx.generic.di; public class BaseRepository<T> { } 2.創建一個泛型的BaseService,並配置與BaseRepository之間的關係 package c
相關文章
相關標籤/搜索