代码优化

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

@@ -69,7 +69,7 @@ import org.springframework.web.util.UriComponentsBuilder;
public class ScimUserController {
static final Logger _logger = LoggerFactory.getLogger(ScimUserController.class);
@Autowired
private UserInfoService userInfoService;
UserInfoService userInfoService;
@Autowired
GroupsService groupsService;