Reputation: 241
Is there an alternative to this:
@RequestParam(required = false, defaultValue = "NA") in actuator
@WriteOperation request body/query param?
Upvotes: 1
Views: 1248
Reputation: 241
We should be able to make the request params optional using org.springframework.lang.Nullable
annotation.
Upvotes: 3