Johan Dahlberg
Johan Dahlberg
Is there any documentation on how to implement an asset generator?
I chose to write a Python script to do the conversion instead and let Intellij trigger it when I changed the language files.
So I need to create an interface for every DAO class I have and then create a DAOModule where I add a bind for every DAO class?
@mmadian The problem is likely that you don't inject the class because then it doesn't matter if you have an @Inject. Here is my working code: UserDAO: ``` java public...
test.conf is an environment specific config that we use on our development server. We have include "application.conf" in the beginning of that file. So we override application.conf with the specific...
Shouldn't it be overriden then if I include application.conf before the custom settings in test.conf.