Spring Boot - Docker and Deployment
You have this Spring Boot repository method:
But calling
ListfindByStatus(String status);
But calling
findByStatus(null) throws an error. What is the likely cause?