2020年2月27日

spring 静态注入

摘要: 工具类中一般都是使用静态方法,下面是静态注入的例子: @Componentpublic class BaseUtil { private static UserService userService; private static FileService fileService; @Autowire 阅读全文

posted @ 2020-02-27 09:25 谦虚好学每一天 阅读(1724) 评论(0) 推荐(0)

导航