Spring Boot CrudRepository.findOne not working as expected

Yes! The Person class constructor was the problem. That change alone did the trick. I will also use application.properties as you said. Thanks!

1 Like