Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Explain that the support is community driven (#18)
Browse files Browse the repository at this point in the history
* Explain that the support is community driven

* Update README.md
  • Loading branch information
marcospereira committed Feb 12, 2019
1 parent ee21096 commit 7cb399e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,9 @@ db {
8. Replace all `play.db.jpa.Transactional` with `javax.transaction.Transactional`

If you want to use SpringData, replace `"org.springframework" % "spring-orm" % "4.3.12.RELEASE"`, `"org.springframework" % "spring-aop" % "4.3.12.RELEASE"` and `"org.springframework" % "spring-expression" % "4.3.12.RELEASE"` with `"org.springframework.data" % "spring-data-jpa" % "1.11.8.RELEASE"` and uncomment `@EnableJpaRepositories` over `PersistenceContext` class

## Support

The play-spring-loader library is *[Community Driven][]*.

[Community Driven]: https://developer.lightbend.com/docs/reactive-platform/2.0/support-terminology/index.html#community-driven

0 comments on commit 7cb399e

Please sign in to comment.