@RestController @RequestMapping(value="/zeta-doc") public class ZetaDocController extends Object
ZetaDocController()
Map<String,Object>
apiDoc(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request, String fileName)
String
doc(String fileName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ZetaDocController()
@GetMapping(value="/{fileName}.html", produces="text/html;charset=utf-8") public String doc(@PathVariable(value="fileName") String fileName)
@GetMapping(value="/build/doc/{fileName}") public Map<String,Object> apiDoc(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request, @PathVariable(value="fileName") String fileName)
Copyright © 2021. All rights reserved.