Commit Graph
3 Commits
Author SHA1 Message Date
Kartik Dhiman e4fc57f204 feat: add spring-boot-testing skill for Spring Boot 4.0 (#1085)
- Introduced MockMvcTester for AssertJ-style assertions in Spring MVC testing.
- Added @RestClientTest for testing REST clients with MockRestServiceServer.
- Implemented RestTestClient as a modern alternative to TestRestTemplate.
- Documented migration steps from Spring Boot 3.x to 4.0, including dependency and annotation changes.
- Created an overview of test slices to guide testing strategies.
- Included Testcontainers setup for JDBC testing with PostgreSQL and MySQL.
- Enhanced @WebMvcTest documentation with examples for various HTTP methods and validation.
2026-03-20 10:24:37 +11:00
Kartik Dhiman 7786c82cad feat(instructions): add useful commands for Gradle and Maven (#318) 2025-10-16 10:03:40 +11:00
Kartik Dhiman 5338b43d84 fix: Update Maven build command in Spring Boot instructions (#311) 2025-10-13 10:25:03 +11:00