Skip to content

Commit d38a68e

Browse files
deejay1snicoll
authored andcommitted
Fix typo in testing docs
See gh-35128
1 parent a0b8540 commit d38a68e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ The above configuration allows Neo4j-related beans in the application to communi
10161016
==== Using Testcontainers at Development Time
10171017
As well as using Testcontainers for integration testing, it's also possible to use them at development time.
10181018
This approach allows developers to quickly start containers for the services that the application depends on, removing the need to manually provision things like database servers.
1019-
Using Testcontaners in this way provides functionality similar to Docker Compose, except that your container configuration is in Java rather than YAML.
1019+
Using Testcontainers in this way provides functionality similar to Docker Compose, except that your container configuration is in Java rather than YAML.
10201020

10211021
To use Testcontainers at development time you need to launch your application using your "`test`" classpath rather than "`main`".
10221022
This will allow you to access all declared test dependencies and give you a natural place to write your test configuration.

0 commit comments

Comments
 (0)