Closed icode closed 9 years ago
The JacksonEbeanModule constructor that takes a jsonContext ... which is the jsonContext from an EbeanServer.
So the answer is ... use this constructor.
public JacksonEbeanModule(JsonContext jsonContext) {
this.jsonContext = jsonContext;
}
Reopen this issue if required.
default use Ebean.json(),how to use multi ebean server?