From 25da75eacf48856824dd4e89b7ebd0da68fdef8a Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Mon, 26 Mar 2018 17:08:28 +0200 Subject: Add initial sources - Springboot application - Apache license 2.0 - Healthcheck Change-Id: I0dedfbe3348195f7be00ec8d27fbf25dfcda52b0 Issue-ID: EXTAPI-36 Signed-off-by: MatthieuGeerebaert --- src/main/resources/application.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/application.properties (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..1d8ff27 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,6 @@ +# SERVER +server.contextPath=/nbi/api/v1 +server.port = 8080 + +# LOGGING +logging.level.org.onap.nbi=WARN -- cgit 1.2.3-korg