diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-03-21 16:42:36 -0400 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-03-23 16:01:20 +0100 |
commit | 2c378ea8fb2c18f5bde7c37f1004f914f29fc026 (patch) | |
tree | 5f8df76db3283440079247827cbda42c9c9ab66e /src/main/resources/application.yaml | |
parent | 44fb17137fe5c0c2f080c560b4c89c002f4a355d (diff) |
Divide Code into logic.
Load properties for every kind of
endpoint.Also has already
added logic for registering task to consume
messages from DMaap.
Change-Id: I16420b17a0272687f4161967420c80c476385b83
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'src/main/resources/application.yaml')
-rw-r--r-- | src/main/resources/application.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml new file mode 100644 index 00000000..ef147c10 --- /dev/null +++ b/src/main/resources/application.yaml @@ -0,0 +1,7 @@ +server: + port: 8080 +logging: + level: + .: error + org.springframework: ERROR + org.onap.dcaegen2.services.prg: ERROR
\ No newline at end of file |