Running Code at application startup - 2.8

Hello everyone,

I’ve read the documentation for 2.8.x and I havent been able to implement a way to run code at startup but after Evolutions have ran?!

I’ve tried to run an Abstractmodule implementation as EagerSingleton, but evolutions haven’t ran yet?! Tried to inject in my constructor the ApplicationEvolutions and didnt work either.

Tried to create a CustomApplicationLoader but then it had a problem initialized the Ebeans?!

So confused… I think the documentation should be clearer for this. What am I missing?

thanks!