summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/pom.xml
diff options
context:
space:
mode:
authorJakobKrieg <jakob.krieg@bcmsolutions.de>2020-12-08 19:04:52 +0100
committerJakobKrieg <jakob.krieg@bcmsolutions.de>2020-12-08 19:04:57 +0100
commita4b721c3e9c4aa7c5342304a061dc5634935acd0 (patch)
tree74cd05438a98f4fdf73b487026a5908f7e9317b1 /ms/blueprintsprocessor/application/pom.xml
parent0ac5e3da98031d71388328ae519ee5ce4db8269c (diff)
CDS add Swagger annotations for BP Model API
Issue-ID: CCSDK-3014 Change-Id: Ibca7cbaa2c70f04acf818e2b554664e13b116c5e Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index 1f2bffa18..2b144338a 100755
--- a/ms/blueprintsprocessor/application/pom.xml
+++ b/ms/blueprintsprocessor/application/pom.xml
@@ -334,10 +334,12 @@
<apiSource>
<springmvc>true</springmvc>
<locations>
- <location>org.onap.ccsdk.cds.blueprintsprocessor.designer.api</location>
+ <location>org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController</location>
+ <!-- These locations are not implemented yet
<location>org.onap.ccsdk.cds.blueprintsprocessor.resource.api</location>
<location>org.onap.ccsdk.cds.blueprintsprocessor.configs.api</location>
<location>org.onap.ccsdk.cds.blueprintsprocessor.healthapi</location>
+ -->
</locations>
<schemes>
<scheme>http</scheme>
@@ -370,7 +372,7 @@
</securityDefinitions>
<outputFormats>json,yaml</outputFormats>
<swaggerDirectory>${basedir}/../../../docs/api-reference/media</swaggerDirectory>
- <swaggerFileName>cds-bp-api-swagger</swaggerFileName>
+ <swaggerFileName>cds-bp-processor-api-swagger</swaggerFileName>
<jsonExampleValues>true</jsonExampleValues>
<operationIdFormat>{{className}}_{{methodName}}_{{httpMethod}}.{{packageName}}</operationIdFormat>
</apiSource>