Skip to content

Commit 2dffb26

Browse files
izeyebsideup
authored andcommitted
Fix NB in the "Database containers" docs (#1484)
1 parent e4ce8f5 commit 2dffb26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/databases/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Examples/Tests:
4343
As long as you have Testcontainers and the appropriate JDBC driver on your classpath, you can simply modify regular JDBC connection URLs to get a fresh containerized instance of the database each time your application starts up.
4444

4545
_N.B:_
46+
4647
* _TC needs to be on your application's classpath at runtime for this to work_
4748
* _For Spring Boot you need to specify the driver manually `spring.datasource.driver-class-name=org.testcontainers.jdbc.ContainerDatabaseDriver`_
4849

0 commit comments

Comments
 (0)