Class UserController


  • @RestController
    @RequestMapping(value="/users",
                    produces="application/hal+json")
    public class UserController
    extends java.lang.Object
    사용자 컨트롤러.
    Version:
    1.0
    Author:
    always0ne
    • Constructor Summary

      Constructors 
      Constructor Description
      UserController()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • UserController

        public UserController()