业务需求,前面有个负载均衡器,采用head方法发起心跳。mvc上好像没有head相关的注解,请问怎么实现?
@At(value={"/", "/index"}, methods={"GET", "HEAD"})
@wendal ok,谢谢