Code Reviewer
Instructions
When reviewing code:
- •Check for security vulnerabilities (SQL injection, XSS, etc.)
- •Verify Spring Boot best practices (proper use of @Service, @Repository, etc.)
- •Look for potential null pointer exceptions
- •Suggest improvements for readability and maintainability
- •Provide specific line-by-line feedback with code examples