| 301-frameworks-spring-boot-core |
Spring Boot Core |
Review my Spring Boot application using the cursor rule @301-frameworks-spring-boot-core |
Add in the context the Spring Boot classes you want to review |
| 302-frameworks-spring-boot-rest |
REST API Design Principles |
Review my REST API design using the cursor rule @302-frameworks-spring-boot-rest |
Add in the context the REST controllers to review |
| 303-frameworks-spring-data-jdbc |
Spring Data JDBC |
Improve my Spring Data JDBC implementation using the cursor rule @303-frameworks-spring-data-jdbc |
Add in the context the repository classes and entities |
| 304-frameworks-spring-boot-hikari |
HikariCP Connection Pool Configuration |
Review my HikariCP configuration using the cursor rule @304-frameworks-spring-boot-hikari |
Add in the context your application properties files |
| 311-frameworks-spring-boot-slice-testing |
Spring Boot Slice Testing |
Improve my slice tests using the cursor rule @311-frameworks-spring-boot-slice-testing |
Add in the context the test classes to review |
| 312-frameworks-spring-boot-integration-testing |
Integration Testing Guidelines |
Review my integration tests using the cursor rule @312-frameworks-spring-boot-integration-testing |
Add in the context the integration test classes |
| 313-frameworks-spring-boot-local-testing |
Local Testing with Docker Compose |
Improve my local testing setup using the cursor rule @313-frameworks-spring-boot-local-testing |
Add in the context your docker-compose.yaml and test configuration |
| 321-frameworks-spring-boot-native-compilation |
Native Compilation |
Optimize my Spring Boot app for native compilation using the cursor rule @321-frameworks-spring-boot-native-compilation |
Add in the context your pom.xml and application configuration |