From 86690cd541f2aadabb8659e3ce87eec5de8acdc4 Mon Sep 17 00:00:00 2001 From: wasala Date: Tue, 3 Apr 2018 14:41:23 +0200 Subject: Added pushing docker image to nexus Extended appConf loading Change-Id: Ibc3640cf4a66e40ce5dc585818c077534d09141c Issue-ID: DCAEGEN2-407 Signed-off-by: wasala --- .../services/prh/config/ApplicationProperties.java | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/config/ApplicationProperties.java (limited to 'prh-app-server/src/main/java') diff --git a/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/config/ApplicationProperties.java b/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/config/ApplicationProperties.java new file mode 100644 index 00000000..67d1c370 --- /dev/null +++ b/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/config/ApplicationProperties.java @@ -0,0 +1,27 @@ +/*- + * ============LICENSE_START======================================================= + * PNF-REGISTRATION-HANDLER + * ================================================================================ + * Copyright (C) 2018 NOKIA Intellectual Property. All rights reserved. + * ================================================================================ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ============LICENSE_END========================================================= + */ +package org.onap.dcaegen2.services.prh.config; + +/** + * @author Przemysław Wąsala on 4/3/18 + */ +public class ApplicationProperties { + +} -- cgit 1.2.3-korg