diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-04 15:14:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-04 15:14:31 +0000 |
commit | a4caff3cbcb08322c2fc2e189bfceaf1472a6f03 (patch) | |
tree | a05dd5ede4d79fbb422534bce743b4c57e017d4d /ms/controllerblueprints/application/src/test/resources/application.properties | |
parent | 4a4a23823e3faa8872b86ae5cd3b0882b3b7899b (diff) | |
parent | 713a0958b1796d06ca19ad9be396e92999e851d6 (diff) |
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources/application.properties')
-rw-r--r-- | ms/controllerblueprints/application/src/test/resources/application.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index a147034f8..a63ed5b71 100644 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -13,7 +13,18 @@ # See the License for the specific language governing permissions and
# limitations under the License.
#
+appName=ControllerBluePrints
+ms_name=org.onap.ccsdk.apps.controllerblueprints
+appVersion=1.0.0
+
+#To Remove Null in JSON API Response
spring.jackson.default-property-inclusion=non_null
+
+#Swagger Configuration
+swagger.contact.name=Brinda Santh Muthuramalingam
+swagger.contact.url=www.onap.com
+swagger.contact.email=brindasanth@onap.com
+
#Load Blueprints
# blueprints.load.initial-data may be overridden by ENV variables
blueprints.load.initial-data=true
|