Add Docker Compose support for MS SQL Server using R2DBC

Closes gh-35144
This commit is contained in:
Andy Wilkinson
2023-04-24 16:03:40 -07:00
committed by Phillip Webb
parent 0f032c290a
commit dee5217cf0
8 changed files with 269 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ The following service connections are currently supported:
| Containers named "mongo"
| `R2dbcConnectionDetails`
| Containers named "mariadb", "mysql" or "postgres"
| Containers named "mariadb", "mssql/server", "mysql" or "postgres"
| `RabbitConnectionDetails`
| Containers named "rabbitmq"