Skip to content

Commit

Permalink
Fix NB in the "Database containers" docs (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and bsideup committed May 21, 2019
1 parent e4ce8f5 commit 2dffb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/databases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Examples/Tests:
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.

_N.B:_

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

Expand Down

0 comments on commit 2dffb26

Please sign in to comment.