Add Docker Compose support for MS SQL Server using JDBC

Closes gh-35146
This commit is contained in:
Andy Wilkinson
2023-04-25 10:03:53 +01:00
parent ad4f7577c7
commit b5178afa21
7 changed files with 186 additions and 13 deletions

View File

@@ -20,7 +20,6 @@ dependencies {
optional("org.mongodb:mongodb-driver-core")
optional("org.springframework.data:spring-data-r2dbc")
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation(project(":spring-boot-project:spring-boot-test"))
testImplementation("org.springframework:spring-core-test")
@@ -29,4 +28,6 @@ dependencies {
testImplementation("org.mockito:mockito-core")
testImplementation("ch.qos.logback:logback-classic")
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc")
}