Skip to content

Commit 142e585

Browse files
bsideuprnorth
authored andcommitted
Mention JDBC URL change in Spring Boot 2.3.0 (#2286)
See spring-projects/spring-boot#19044
1 parent 32bd7a4 commit 142e585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/databases/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ As long as you have Testcontainers and the appropriate JDBC driver on your class
4545
_N.B:_
4646

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

5050
**Original URL**: `jdbc:mysql:5.7.22://localhost:3306/databasename`
5151

0 commit comments

Comments
 (0)