Spring Boot REST APIの統合テスト - @SpringBootTestとTestcontainersによる本番に近いテスト環境 @SpringBootTestによる統合テスト、TestRestTemplateを使ったAPIテスト、Testcontainersによるデータベースコンテナの利用、@DynamicPropertySourceによる設定の動的注入を解説します。