From ea04c07ad990b5543766e95e234cae746bd1fbc1 Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Tue, 10 Aug 2021 16:43:04 -0400 Subject: Validate controller input and provide expected response - validate endpoint input - set default values if it is missing in the optional fields - used hateoas for previous and next record link generation - use service layer in controller layer Issue-ID: CPS-449 Signed-off-by: Renu Kumari Change-Id: I7936cd9e8e7dead3b5650b421bb12f10d14ffa9b --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/application.yml') diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c79351a..41eddf8 100755 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -57,6 +57,9 @@ app: listener: data-updated: topic: ${CPS_CHANGE_EVENT_TOPIC:cps.cfg-state-events} + query: + response: + max-page-size: 10000 springdoc: swagger-ui: -- cgit 1.2.3-korg