package com.ybk.controller; import org.springframework.web.bind.annotation.RestController; @RestController public class UserController { }