Spring Boot Microservice Starter Template
Generate a production-ready Spring Boot microservice with REST APIs, JPA, security, observability, and Docker...
Expert prompts for Java development, Spring Boot microservices, JPA/Hibernate, enterprise patterns, and JVM performance tuning.
12 prompts found
Generate a production-ready Spring Boot microservice with REST APIs, JPA, security, observability, and Docker...
Design JPA entities with optimal relationship mappings, fetch strategies, and query performance tuning for com...
Build an event-driven architecture with Spring Boot and Kafka, including event schemas, consumers, producers,...
Configure Spring Security with OAuth2, role-based access control, method-level security, and multi-tenant auth...
Migrate a Spring Boot application to Java 21 virtual threads for massive concurrency improvements with minimal...
Set up Testcontainers for realistic integration testing with real databases, message brokers, and external ser...
Systematically optimize a Spring Boot application — from JVM tuning and connection pools to query optimization...
Implement CQRS with Event Sourcing in Spring Boot — separate read/write models, event store, projections, and...
Set up complete observability for Spring Boot — distributed tracing, metrics, structured logging, and alerting...
Build advanced REST APIs with Spring Data — dynamic filtering, sorting, cursor-based pagination, and HATEOAS r...
Implement multi-tenancy in Spring Boot — database-per-tenant, schema-per-tenant, or row-level isolation with t...
Build reactive applications with Spring WebFlux — non-blocking APIs, reactive database access, SSE streaming,...