- Spring Boot 2.0 Cookbook(Second Edition)
- Alex Antonov
- 37字
- 2021-06-24 19:24:39
Getting ready
We will enhance our application so that it will print a count of books in our repository every 10 seconds. To achieve this, we will make the necessary modifications to the BookPubApplication and StartupRunner classes.