代码优化

This commit is contained in:
shimingxy
2024-08-13 12:18:34 +08:00
parent feb71561a3
commit 30711097d3
27 changed files with 31 additions and 67 deletions

View File

@@ -49,7 +49,7 @@ public class RestUserInfoController {
@Autowired
@Qualifier("userInfoService")
private UserInfoService userInfoService;
UserInfoService userInfoService;
@GetMapping(value = "/{id}")
public UserInfo getUser(

View File

@@ -41,7 +41,7 @@ public class RestUserPasswordController {
@Autowired
@Qualifier("userInfoService")
private UserInfoService userInfoService;
UserInfoService userInfoService;
@PostMapping(value = "/changePassword")