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.
我有一堆带有@GET和@PUT方法的 RESTful Web 服务(80)。我想为@OPTIONS每个服务添加一个方法。@OPTIONS我希望能够将它们注入服务中,而不是为每个服务手动编写方法。做这个的最好方式是什么?
@GET
@PUT
@OPTIONS
我不知道您的环境,但我认为我使用的技术中最好的方法是在配置文件中指定“自动扫描”属性,该属性的声明因技术而异,但这个想法保持不变:所有组件都在部署开始时被扫描对不起我的英语:)但我希望这个回复能帮助你