Para integrarlo con el stack
JmoordbConfiguration jmc = new JmoordbConfiguration.Builder() .withSpanish(true) .withRepositoryRevisionHistory(revisionHistoryStoreejbRepository) .withRevisionHistoryServices(revisionHistoryServices) .withRevisionSave(true) .withUsername(username) .build();
Last updated 6 years ago
Was this helpful?