Example spring boot rest client using openfeign and spring scheduling. This client sends a request to jsonplaceholder.typicode.com every 20 seconds and prints list users and their todos as follows:
List of users: jsonplaceholder.typicode.com/users
List of todos: jsonplaceholder.typicode.com/todos