V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  savingrun  ›  全部回复第 4 页 / 共 4 页
回复总数  63
1  2  3  4  
2022-12-15 10:39:09 +08:00
回复了 zackZhong 创建的主题 推广 年终了,一起来抽个 iPhone 14 Pro 过年呀
Saving
2022-07-26 19:41:27 +08:00
回复了 userKamtao 创建的主题 程序员 爆肝 2 个月,写了一款组件库,欢迎体验👏
挺好看的,star
2022-07-23 15:49:26 +08:00
回复了 NoKey 创建的主题 程序员 Java 后台开发,大家用 @Autowired 多么
建议使用构造函数注入 +1
配合 lombok 的 @RequiredArgsConstructor

例子:

@Service
@RequiredArgsConstructor
public class xxxxServiceImpl implements xxxAppService, xxxAdminService {

private final xxxxDao dao;

}
1  2  3  4  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2565 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 12:23 · PVG 20:23 · LAX 05:23 · JFK 08:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.