Skip to content

Latest commit

 

History

History

spring-boot-webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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!!