Skip to content

Instantly share code, notes, and snippets.

@fankaidev
fankaidev / DemoGenericAutowireService.java
Created May 11, 2019 01:24
复现泛型注入失败
package dev.fankai;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.DependsOn;
import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct;