package com.pannk.user.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * Created by wolf on 20-12-3. */ @RequestMapping("/user") @RestController public class UserController { }