Version Constraints
- Java: 17 or 21 (LTS versions)
- Spring Boot: 3.2.x or higher
- Node.js: 22.x or 24.x
- Maven: 3.8.x or higher
Backend Dependencies
Core Spring Boot
spring-boot-starter-web
- Web application starter
spring-boot-starter-data-jpa
- JPA data access
spring-boot-starter-security
- Security framework
spring-boot-starter-validation
- Bean validation
spring-boot-starter-mail
- Email functionality
spring-boot-starter-actuator
- Production monitoring
spring-boot-starter-test
- Testing framework
Database & Migration
postgresql
- PostgreSQL driver
h2
- In-memory database for testing
flyway-core
- Database migration
API Documentation & Code Generation
springdoc-openapi-starter-webmvc-ui
- OpenAPI 3 + Swagger UI