From c74f7b13b573386e70c10721fc391624ee792ed6 Mon Sep 17 00:00:00 2001 From: michaere Date: Mon, 5 Mar 2018 16:33:32 +0000 Subject: Port champ-microservice project restructure Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere --- .../appconfig-local/auth/champion-service_policy.json-REPLACE | 1 + champ-service/appconfig-local/auth/tomcat_keystore-REPLACE | 1 + champ-service/appconfig-local/champ-api.properties-REPLACE | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE create mode 100644 champ-service/appconfig-local/auth/tomcat_keystore-REPLACE create mode 100644 champ-service/appconfig-local/champ-api.properties-REPLACE (limited to 'champ-service/appconfig-local') diff --git a/champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE b/champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE new file mode 100644 index 0000000..ee9bf44 --- /dev/null +++ b/champ-service/appconfig-local/auth/champion-service_policy.json-REPLACE @@ -0,0 +1 @@ +This should be replaced with an actual policy file \ No newline at end of file diff --git a/champ-service/appconfig-local/auth/tomcat_keystore-REPLACE b/champ-service/appconfig-local/auth/tomcat_keystore-REPLACE new file mode 100644 index 0000000..cfc37ff --- /dev/null +++ b/champ-service/appconfig-local/auth/tomcat_keystore-REPLACE @@ -0,0 +1 @@ +Place keystore here \ No newline at end of file diff --git a/champ-service/appconfig-local/champ-api.properties-REPLACE b/champ-service/appconfig-local/champ-api.properties-REPLACE new file mode 100644 index 0000000..9ad9b33 --- /dev/null +++ b/champ-service/appconfig-local/champ-api.properties-REPLACE @@ -0,0 +1,7 @@ +Replace with your actual properties file. Should contain something like: + +keyName=aai-uuid +sourceOfTruthName=source-of-truth +createdTsName=aai-created-ts +lastModTsName=aai-last-mod-ts +collectionPropertiesKey=properties \ No newline at end of file -- cgit 1.2.3-korg