public interface Moveable
void
move(String id, String cityId)
@RequestMapping(value="/{id}/to/{cityId}", method=POST, produces="application/json") void move(@PathVariable String id, @PathVariable String cityId)
Copyright © 2016–2018. All rights reserved.