目录方式一 注解@PostConstruct方式二 启动类ApplicationContext方式三 手动注入ApplicationContext在使用spring框架中我们都知道,某个类如果使用了@Service、@Autowire 这种依赖注入的方式引用了其他对象,在另外一