会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mars.wang
博客园
首页
新随笔
管理
2023年2月1日
springboot中使用工厂方法(二)——使用枚举类管理工厂类bean名称
摘要: 上讲我们总结了如何在springboot中优雅的使用工厂方法。 //接口实现不变 public interface ReportService { String getResult(); } //给实现类加上名字 @Component("A1") public class ReportService
阅读全文
posted @ 2023-02-01 16:50 Mars.wang
阅读(741)
评论(0)
推荐(1)