util.NoSuchElementException; import java.util.Optional; import java.util.stream.Collectors; @Service public class PersonServices implements PersonServicesInter { @Autowired PersonRepository personRepository; @Override public PersonOutputDTO addUser(PersonInputDTO personInputDTO) throws PersonUnprocessable...