Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 478 Bytes

File metadata and controls

25 lines (16 loc) · 478 Bytes

JODConverter - Sample - Spring Boot

This is a sample application that uses the spring boot integration module of the Java OpenDocument Converter (JODConverter) project.

Running the Project using gradle

First, build the project:

gradlew :samples:spring-boot-webapp:build

Then, run:

gradlew :samples:spring-boot-webapp:bootRun

Once started, use your favorite browser and visit this page:

http://localhost:8080/

Happy conversions!!