I have JSON response from spring boot as, But I need this response as below, in brief, How can I modify the default parameters of returned response? is there any extra configuration I can set for that? thanks in advance Answer I guess you’re using spring data page so just create an implementation of JsonSerializer eg.
Advertisement
Tag: netflix-eureka
How to mock the discoveryClient?
I’m working with Eureka and I have a Method that uses the DiscoveryClient to obtain the instances of a service and the call this service and retrieve some information like this: List<…
Advertisement