You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenarios availables to test the Cursor rules for Java
Example
Prompt
Maven demo
Help me to review the pom.xml following the best practices for dependency management and directory structure use the cursor rule @110-java-maven-best-practices
Maven demo
Can you improve the pom.xml using the cursor rule @111-java-maven-deps-and-plugins
Maven demo
Generate developer documentation with essential Maven commands using @112-java-maven-documentation
Spring boot demo
Review my code for object-oriented design using the cursor rule @121-java-object-oriented-design
Spring boot demo
Review my code for general Java best practices using the cursor rule @123-java-general-guidelines
Spring boot demo
Check my code for security issues using the cursor rule @124-java-secure-coding
Spring boot demo
Review my code for concurrency best practices using the cursor rule @125-java-concurrency
Spring boot demo
Help me improve logging using the cursor rule @126-java-logging
Spring boot demo
Can improve the unit tests using the cursor rule @131-java-unit-testing
Spring boot demo
Refactor my code to use modern Java features using the cursor rule @141-java-refactoring-with-modern-features
Spring boot demo
Refactor my code to use functional programming using the cursor rule @142-java-functional-programming
Spring boot demo
Refactor my code to use functional programming using the cursor rule @142-java-functional-programming
Spring Boot application demonstrating common performance anti-patterns with O(n²) and O(n³) algorithms. Includes load testing and profiling tools for performance analysis.