摘要:
@Repositorypublic class BaseDaoImpl implements BaseDao {这是我的dao如果在service层注入的话很简单public class BaseServiceImpl implements BaseService {@Autowiredpublic BaseDao baseDao;这样就可以了现在我想在一个普通的java类中注入进来改怎么写比如我的普通java类是package com.util.page;public class PageUtil { ApplicationContext ctx = new ClassPathXmlAppl 阅读全文