Ebean find Entities recursively

100 Views Asked by At

Is there any way to configure Ebean to find all Model classes recursively in whole project? The default configuration is: ebean.default = ["models.*"] but I don't really want to keep all my Entities in models package.

0

There are 0 best solutions below