自定义的Controller怎么修改请求路径

我用restapi自定义了一个controller,怎么样才能修改请求路径呢。默认的是http://localhost:8080/app/rest/save 能把路径中应用名app和rest去掉吗?
controller定义如下:
image