diff options
author | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2020-03-14 12:10:35 -0400 |
---|---|---|
committer | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2020-03-16 12:45:50 -0400 |
commit | f57a6381ba0240a4c5de3b4a9dbe7573f4c3775e (patch) | |
tree | a795ee0bed7f9b76efac568f4cde2ffe84ab3160 /ms/error-catalog/README.md | |
parent | e800b146c0301076960ccdcb67f2b6965e26741d (diff) |
Update application properties for ErrorCatalog
Issue-ID: CCSDK-2174
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I8d8de812bb560ef2c01bc3bee8dd17f9d6ed1099
Diffstat (limited to 'ms/error-catalog/README.md')
-rwxr-xr-x | ms/error-catalog/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ms/error-catalog/README.md b/ms/error-catalog/README.md index d6ae56d02..1df859574 100755 --- a/ms/error-catalog/README.md +++ b/ms/error-catalog/README.md @@ -10,6 +10,7 @@ # error.catalog.type=properties error.catalog.applicationId=cds error.catalog.type=properties +error.catalog.errorDefinitionDir=/opt/app/onap/config ``` ##### 2. Generate exception @@ -33,4 +34,7 @@ e = errorCatalogException.action("message") ... ``` -##### 4. Add a HTTP REST Exception handler
\ No newline at end of file +##### 4. Add a HTTP REST Exception handler +@RestControllerAdvice("domain.here") +open class ExceptionHandler(private val errorCatalogService: ErrorCatalogService) : + ErrorCatalogExceptionHandler(errorCatalogService)
\ No newline at end of file |