@RestController
@RequestMapping(value="#{ (${tesler.api.use-servlet-context-path} == true) ? \'\': \'${tesler.api.path}\'}/sql")
public class SQLController
extends Object
| Constructor and Description |
|---|
SQLController(org.springframework.context.ApplicationContext applicationContext,
io.tesler.api.config.TeslerBeanProperties teslerBeanProperties) |
| Modifier and Type | Method and Description |
|---|---|
ResponseDTO |
execute(Map<String,Object> requestBody,
io.tesler.api.data.PageSpecification page) |
@Autowired
public SQLController(org.springframework.context.ApplicationContext applicationContext,
io.tesler.api.config.TeslerBeanProperties teslerBeanProperties)
@RequestMapping(method=POST,
value="execute")
public ResponseDTO execute(@RequestBody
Map<String,Object> requestBody,
io.tesler.api.data.PageSpecification page)
Copyright © 2018–2022 Tesler. All rights reserved.