Files
awesome-copilot/skills
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
..
2026-03-05 21:53:41 +11:00
2026-02-16 22:43:41 +01:00
2026-02-09 09:06:56 +00:00
2026-01-06 21:35:41 +01:00
2026-03-16 10:27:54 +11:00
2026-03-05 21:43:04 +11:00
2026-03-13 13:45:17 +11:00