Join Slack
Powered by
`@RequestParam(name = "custom-name", required = fa...
# spring
c
Czar
03/15/2018, 12:58 PM
@RequestParam(name = "custom-name", required = false, defaultValue="your_default")
Last time I checked Kotlin native default parameters did not work, but
defaultValue
in annotation did.
3
Views
Open in Slack
Previous
Next