whycrzh
2021-01-23 d1491636bcc06c9bb23b4955c3d8d0bfe7749e6d
src/main/java/com/fgkj/controller/UserController.java
@@ -9,12 +9,14 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
@RequestMapping("user")
@RestController
@Api
public class UserController {
   
   @Autowired
   @Resource
   UserService service;
   
   @PostMapping("/")