package com.shibofu.spring.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * @author potter.fu * @date 2018-12-07 15:38 */ @RestController @RequestMapping("/user") public class UserController { }