fixed tree
This commit is contained in:
@@ -34,7 +34,7 @@ import com.bayer.edam.migration.adam.WriteRecord;
|
||||
import com.bayer.edam.migration.mam.Entry;
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
|
||||
//@SpringBootApplication
|
||||
@SpringBootApplication
|
||||
@PropertySource("file:secret.properties")
|
||||
public class MamMigrationSelective implements CommandLineRunner {
|
||||
|
||||
@@ -42,7 +42,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
|
||||
static final String adamHost = "https://edam-q.bayer.com:2015";
|
||||
static final String mamHost = "https://service.media-assistant.animalhealth.bayer.com";
|
||||
static final int[] selection = { /*71948, 71048, 70778, 70746, 70142,*/ 70361, /*63924, 71263, 63201, 56942, 57641, 70745, 70440, 70340,
|
||||
static final int[] selection = { 71948, /*71048, 70778, 70746, 70142,*/ 70361, /*63924, 71263, 63201, 56942, 57641, 70745, 70440, 70340,
|
||||
70288, 71725*/ };
|
||||
|
||||
static final File entryLog = new File("C:\\Temp\\Migration AH\\entry.log");
|
||||
@@ -130,7 +130,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
|
||||
|
||||
|
||||
|
||||
// TODO HIER GEHT'S WEITER
|
||||
// process table
|
||||
Set<String> keywords = new HashSet<String>();
|
||||
String status = "Status.Released";
|
||||
|
||||
Reference in New Issue
Block a user