Class QueryController

java.lang.Object
org.chenile.http.handler.ControllerSupport
org.chenile.configuration.controller.QueryController

@RestController @ChenileController(value="chenileMybatisQuery", serviceName="searchService", serviceModule="query") public class QueryController extends ControllerSupport
This sets up a query service automatically. Developers can use this optionally instead of writing the controller themselves. It is recommended to write your own controllers if you want to use additional annotations such as chenile security etc.