A REST API application that retrieves from Google Books API and provides methods for retrieving information about books.
SwaggerUI - for automatic generation of documentation
SpringBoot
Gradle
jUnit4
Mockito
Singleton - to the Library class because you do not need to load a list of books to memory from Google API every time
Builder - to the Book class because the number of parameters needed to create it would be unreadable in the default constructor
https://www.jetbrains.com/help/idea/running-applications.html
When you launch the application, go to the address: http://localhost:8080/swagger-ui.html