diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-01-24 16:40:18 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-02-08 14:41:24 +0000 |
commit | 9d04a9cc8c6f4b12ae60cc0d4d42f71085f72328 (patch) | |
tree | a6767d8304537ea649b75e4bf90987369ae2de6d /extra/bin-for-dev | |
parent | d2178bc9f7d6c06f60a3a8afecd83e428d84cd78 (diff) |
Add new Camel route
Add the new rest endpoint in camel + add new permission type + add robot test for that route + small refactoring of trst files
Issue-ID: POLICY-2924
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I623cc8ec1724513cdb92eeea000adca5c2433bae
Diffstat (limited to 'extra/bin-for-dev')
-rwxr-xr-x | extra/bin-for-dev/start-backend.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/bin-for-dev/start-backend.sh b/extra/bin-for-dev/start-backend.sh index dc02ce42f..df513d263 100755 --- a/extra/bin-for-dev/start-backend.sh +++ b/extra/bin-for-dev/start-backend.sh @@ -4,7 +4,7 @@ # ============LICENSE_START======================================================= # ONAP CLAMP # ================================================================================ -# Copyright (C) 2019 AT&T Intellectual Property. All rights +# Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights # reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,4 +25,4 @@ # Start Clamp backend in DEBUG mode mkdir -p /var/log/onap -java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9999 -jar ../../target/clamp.jar --spring.config.name=application-noaaf +java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9999 -jar ../../target/policy-clamp-backend.jar --spring.config.name=application-noaaf |