Skip to content

Commit

Permalink
Merge pull request #849 from playframework/mergify/bp/5.3.x/pr-847
Browse files Browse the repository at this point in the history
[5.3.x] Fix typo in link (backport #847) by @mkurz
  • Loading branch information
mkurz authored Apr 22, 2024
2 parents dfc82e6 + 0a2e74e commit 6f99bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Binding(interface play.api.db.DBApi to ConstructionTarget(class play.api.db.slic
Binding(interface play.api.db.DBApi to ProviderConstructionTarget(class play.api.db.DBApiProvider))
```

It is very likely that you have [[enabled the jdbc plugin|AccessingAnSqlDatabase]], and that doesn't really make sense if you are using Slick for accessing your databases. To fix the issue simply remove the Play *jdbc* component from your project's build.
It is very likely that you have [[enabled the jdbc plugin|AccessingAnSQLDatabase]], and that doesn't really make sense if you are using Slick for accessing your databases. To fix the issue simply remove the Play *jdbc* component from your project's build.

Another possibility is that there is another Play module that is binding [DBApi](api/scala/play/api/db/DBApi.html) to some other concrete implementation. This means that you are still trying to use Play Slick together with another Play module for database access, which is likely not what you want.

Expand Down

0 comments on commit 6f99bec

Please sign in to comment.