Work lessons learned

1. Modify the interface of the request object and returns an object and you must notify the relevant developer interface.

  Modify the parameter name a request object's interface, leading to mass participation fails when other service calls this interface, leading to 1078 initiative to upload business failure;

  Delete an object parameter names returned interface, leading to mass participation fails when other service calls this interface, leading to evidence of export business failure;

  Delete an annotation interface has returned an object @NoArgsConstructor, retained @AllArgsConstructor notes, causing the frame to call the empty constructor failed between service calls

Guess you like

Origin www.cnblogs.com/virgosnail/p/11586386.html