diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-04-27 17:50:07 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-04-30 16:43:50 +0100 |
commit | e651abed417b8a173a0745042c7dc5b20c0b7036 (patch) | |
tree | 5fea87233a40181aacefc1b927c937462ade41a5 /bundleconfig-local/etc/appprops/app-intercepts.properties | |
parent | 1579afa649c2e76cbdf39dcfd5b77a800cc17249 (diff) |
Convert Babel from AJSC2 to Spring Boot 1.5.12
Change-Id: I2ea10250c3881827b6b274afadf1a8c89683f568
Issue-ID: AAI-1045
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'bundleconfig-local/etc/appprops/app-intercepts.properties')
-rw-r--r-- | bundleconfig-local/etc/appprops/app-intercepts.properties | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bundleconfig-local/etc/appprops/app-intercepts.properties b/bundleconfig-local/etc/appprops/app-intercepts.properties deleted file mode 100644 index a6ca85a..0000000 --- a/bundleconfig-local/etc/appprops/app-intercepts.properties +++ /dev/null @@ -1,6 +0,0 @@ -#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.onap.aai.JaxrsEchoService,packagename.class1name,packagename.class2name |