Fix swagger and improve exception handling 96/127096/5
authora.sreekumar <ajith.sreekumar@bell.ca>
Mon, 14 Feb 2022 11:11:11 +0000 (11:11 +0000)
committera.sreekumar <ajith.sreekumar@bell.ca>
Tue, 1 Mar 2022 11:05:24 +0000 (11:05 +0000)
1) Swagger was getting generated in a different format
due to a serialization isue. It is fixed.
2) Improved exception handling by taking care of any exceptions
that could occur in and around database operations.
3) AAF enabling/disabling was done using spring profiles.
This is changed to using parameters, as it is more easier to configure
in an OOM helm chart deployment

Change-Id: If1bee01379ba5c4efac29822662896d8aa883fc8
Issue-ID: POLICY-3975
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>

No differences found