Closed shanness closed 8 years ago
@shanness Which part is not enough for the Module? Why it doesn't seem ready yet? Can you suggest how to improve it?
@shanness May be example will help you? When you using Module you should supply a provider with Guice by your application's root/main module
@shanness version 2.0.0 of the module was fully migrated to support Play 2.4.x. :-)
But I prefer to close this issue after you can give me some feedback if the new version works for you. Please, see the new docs (at the README.md) about how to use the module with Play 2.4.x.
BTW, @sovaalexandr thank you for the work that made this new release possible.
@marcoscardoso Welcome)
Hi, I've been trying to get geolocation up and running with play 2.4 using the branch in your repo. I've had a few minor issues — I had to add the @Inject annotation to the plugin constructor (I tried using the Module instead of the Plugin but it doesnt seem ready yet). Once I did that I get this error:
This doesnt make a lot of sense to me. The jar file is fine… i can extract it myself and read application.conf successfully