接口 SinoHelloResource
-
- 所有已知实现类:
SinoHelloResourceImpl
@RequestMapping("/hello-world") public interface SinoHelloResource
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default StringselectPagination()
-
-
-
方法详细资料
-
selectPagination
@RequestMapping(value="/queries", method=POST) default String selectPagination()
-
-