Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 484 Bytes

File metadata and controls

11 lines (9 loc) · 484 Bytes

Openrouteservice Java Spring Boot service

Spring Boot service to interact with (amazing) Openrouteservice APIs version 2.

Requirements

  • Java 11 or higher
  • Spring Boot 3.0.2 or higher

How to use it

  • Include depndencies you can find in pom.xml
  • Include properties you can find in application.properties
  • Include RouteService.java and RouteServiceImpl.java files in your project