https://dimitr.im/spring-interfaceDo I need an interface with Spring boot?When working with Spring boot, you often use a service (a bean annotated with @Service). In many examples on the internet, you'll see that people create an interface for those services. µ For example, if we're creating a todo list application you might create a TodoService interface with a TodoServiceImpl implementation.https://dimitr.im/spring-interface