Answers for "value receive null with post method in the java spring controller"

0

value receive null with post method in the java spring controller

public Greeting greeting(@RequestBody Person person) {
    return new Greeting(counter.incrementAndGet(), String.format(template, person.getName()));
}
Posted by: Guest on June-08-2020

Code answers related to "value receive null with post method in the java spring controller"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language