Solution:-
This error is occurred because we are applying @NotNull annotation on int feild so we have to change that field into Integer to solve the error.
This error is occurred because we are applying @NotNull annotation on int feild so we have to change that field into Integer to solve the error.
No comments:
Post a Comment