/demo-java-spring-feign

This is a application that provides endpoints for book search using open feign

Primary LanguageJava

Book Search Application

License: MIT

This is a application that provides endpoints for book search using open feign

The technology behind it:

  • Java 11
  • Spring Boot
  • Spring Cloud Open Feign

Installing / Getting started

Using docker-compose

In the terminal run the following command:

$ docker-compose up

Using Maven

First compile an application:

$ mvn clean package

Then, You can run:

$ mvn spring-boot:run 

Docs

Book Serach API

http://localhost:8080/swagger-ui.html