摘要: 在SpringMVC框架中,我们经常要使用@Autowired注解注入Service或者Mapper接口,我们也知道,在controller层中注入service接口,在service层中注入其它的service接口或者mapper接口都是可以的,但是如果我们要在我们自己封装的Utils工具类中或者 阅读全文
posted @ 2019-05-08 13:03 程序猿001 阅读(1942) 评论(0) 推荐(0) 编辑