Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fliptoo authored Jun 27, 2016
1 parent 9fff6b6 commit 06d1139
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ conf/application.conf
```
play.modules.enabled += "com.fliptoo.playjpa.Module"
```
## Improvement (DONE)
This is my first time development on SBT Plugin, i am looking for a way to avoid using `excludeAll(ExclusionRule(organization = "com.typesafe.play"` due to `conflicting cross version suffixes`. Hopefully some one can assist on this improvement. Thanks a lot!

Special thanks https://github.com/gslowikowski

## Improvement
Whenever declare a method with single parameter, SBT will throw compilation error during PlayReload. At this moment i can't find any solution, so i have to declare Model.findById(Object id, Object... ignored) instead of Model.findById(Object id)

## Quick Start

Expand Down

0 comments on commit 06d1139

Please sign in to comment.