我要同时组装多个Dao,
@Autowired
WeatherReportDao weatherReportDao;
@Autowired
AtmosphereReportDao atmosphereReportDao;
现在是这样写的,能不能只使用@Autowired一次?
我要同时组装多个Dao,
@Autowired
WeatherReportDao weatherReportDao;
@Autowired
AtmosphereReportDao atmosphereReportDao;
现在是这样写的,能不能只使用@Autowired一次?
4 回答1.2k 阅读✓ 已解决
4 回答1.2k 阅读✓ 已解决
1 回答2.5k 阅读✓ 已解决
2 回答701 阅读✓ 已解决
2 回答1.7k 阅读
2 回答1.6k 阅读
2 回答1.3k 阅读
哥们你挺懒的,不够这世界就是为懒人服务的,
你可以写个抽象基类,然后让你的所有需要这么干的类,都继承这个基类,
这样你就可以不写注解了,但是关键你还是需要写个自定义的bean工厂