Class DocsController


  • @RestController
    @CrossOrigin(origins="*")
    @RequestMapping("/docs/index.html")
    public class DocsController
    extends java.lang.Object
    API Docs 링크 제공을 위한 컨트롤러.
    Version:
    1.0
    Author:
    always0ne
    • Constructor Summary

      Constructors 
      Constructor Description
      DocsController()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocsController

        public DocsController()