r2dbc / r2dbc-mssql

R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
Apache License 2.0
183 stars 32 forks source link

Cannot resolve symbol 'MssqlConnectionConfiguration' #194

Closed itsandreramon closed 3 years ago

itsandreramon commented 3 years ago

I am currently trying to implement r2dbc into one of my Spring Boot applications, but I get this error. I used this repo as a reference: https://github.com/jdubois/spring-reactive-sql-server/blob/master/src/main/java/com/example/reactivesql/reactivesqlserver/config/DatabaseConfiguration.java

Screenshot 2021-03-12 at 13 09 20

itsandreramon commented 3 years ago

Turns out you have to use implementation 'io.r2dbc:r2dbc-mssql' instead of runtimeOnly.