Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里的 Spring 文档讨论了使用 [Required] 属性将对象注入代码。我已经从我的代码中删除了通过构造函数进行的注入,并按照示例中提供的方式设置了一个设置器。但是,我无法让它发挥作用。有人成功使用它吗?