-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This code is a refactoring of the security group member management mo…
…dule in a Spring Boot application. The main changes include renaming classes and methods to better reflect their functionality, replacing direct SQL queries with QueryFragment objects for building dynamic SQL queries, and updating controller and service layer methods to use the new request and response classes. Changes made: 1. Renamed `GroupMemberResponse` to `GroupMemberResp`. 2. Renamed `GroupMemberRequest` to `GroupMemberReq`. 3. Updated import statements in relevant files. 4. Modified method signatures in controllers (`GroupMembersController`) to use `GroupMemberReq` instead of `GroupMemberResponse`. 5. Updated service methods (`GroupMembersService`) to use `GroupMemberReq` and return `GroupMemberResp` as necessary. These changes improve code readability, maintainability, and consistency with naming conventions used throughout the application.
- Loading branch information
Showing
7 changed files
with
58 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters