I just implemented the CrudRepository interface and I figured out I cannot use the apply the orElseThrows to throws a custom exception to the default save method's return.
What am I supposed to do in order achieve this support ? Should I overwrite the save method ?
Thank you in advance.