Clément Poissonnier
Clément Poissonnier
Yes, it works, we were already using it :)
I managed to make it work thanks to the ServerConfigStartup, by adding : ``` package models; import com.avaje.ebean.config.ServerConfig; import com.avaje.ebean.event.ServerConfigStartup; public class MyServerConfigStartup implements ServerConfigStartup { public void onStart(ServerConfig serverConfig)...
I could, but I would have to put all ebean configuration in this file (I tried to mix configuration between the `ebean.properties` and `application.conf`, but it doesn't work) and the...
My bad ! That would be perfect
Great ! Thank you so much, I'll try this monday !
I had no time to try it yet, sorry :/
Unfortunatly, it doesn't work for me as well, but not for the same reasons : Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors: 1) Error injecting constructor,...
Weirdly,the version of ebean used in my project was 8.2.3. Overriding ebean version (9.3.1) and upgrading ebean-elastic to 1.5.1 resolves the issue. Thank you so much for your help !
https://gist.github.com/cpoissonnier/66c8f4689d4ddae6b4ea6447315430cd