Spring Boot - Docker and Deployment
Given the following Spring Boot repository method call:
What will
Optionaluser = userRepository.findById(5L);
What will
user.isPresent() return if no user with ID 5 exists in the database?