diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-03-29 16:55:36 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-03-29 17:22:35 -0400 |
commit | ce701746049abfd94a87b46e43f296faf32d6213 (patch) | |
tree | 31f3d768469ce328d8bee16e18c5f9b4ab9b4458 /bundleconfig-local/etc/appprops/app-intercepts.properties | |
parent | 06d31abe3065205c87447687ad87c05e602c97d7 (diff) |
Removing AJSC and moving to SpringBoot
[AAI-804] Deleting AJSC files.
[AAI-804] Adding Spring Boot Dependencies
Issue-ID: AAI-804
Change-Id: Ibda01496d56cc4613f6d2be3b8737d823cee342a
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'bundleconfig-local/etc/appprops/app-intercepts.properties')
-rw-r--r-- | bundleconfig-local/etc/appprops/app-intercepts.properties | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bundleconfig-local/etc/appprops/app-intercepts.properties b/bundleconfig-local/etc/appprops/app-intercepts.properties deleted file mode 100644 index 4674a1e..0000000 --- a/bundleconfig-local/etc/appprops/app-intercepts.properties +++ /dev/null @@ -1,8 +0,0 @@ -#Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. - -#This is where all your application intercept strategies must be configured. AJSC reads this property file and adds -#the list of intercepts specified here to the camel context. This can be useful for accessing every exchange object transferred from/to -#each endpoint in the request/response flow and can allow for more precise debugging and/or processing of the exchange. - -#e.g. -#intercepts=org.openecomp.search-data-service.JaxrsEchoService,packagename.class1name,packagename.class2name |