会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
link
你只需要努力,剩下的交给时光
博客园
首页
新随笔
联系
订阅
管理
2020年6月17日
spring-将bean注入到enum
摘要: 假设需要往YesNoEnum枚举类中注入User对象 public enum YesNoEnum { YES(1,"yes"), NO(0,"no"); private Integer code; private String name; // 注入user对象 private User user;
阅读全文
posted @ 2020-06-17 17:18 link_ed
阅读(2655)
评论(0)
推荐(1)
编辑
公告