mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Update testcontainers javadoc links
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com> See gh-51739
This commit is contained in:
committed by
Andy Wilkinson
parent
38a305d1d2
commit
f8c3831792
+1
-1
@@ -1,7 +1,7 @@
|
||||
[[testing.testcontainers]]
|
||||
= Testcontainers
|
||||
|
||||
The https://www.testcontainers.org/[Testcontainers] library provides a way to manage services running inside Docker containers.
|
||||
The https://www.testcontainers.com/[Testcontainers] library provides a way to manage services running inside Docker containers.
|
||||
It integrates with JUnit, allowing you to write a test class that can start up a container before any of the tests run.
|
||||
Testcontainers is especially useful for writing integration tests that talk to a real backend service such as MySQL, MongoDB, Cassandra and others.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user