EntryDownloader with files
This commit is contained in:
@@ -88,7 +88,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
|
||||
Entry entry = restTemplate.exchange(mamHost + "/rest/migration/entry/{id}", HttpMethod.GET, entity, Entry.class, id).getBody();
|
||||
|
||||
postToAdam(entry);
|
||||
// postToAdam(entry);
|
||||
}
|
||||
|
||||
// // delete all created records
|
||||
|
||||
Reference in New Issue
Block a user