Skip to content

idrsolutions/jdeli-spring-boot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDeli Spring boot Example

This is an example project of how you can convert image files in a java web application using JDeli with Spring boot and the option of ThymeLeaf


Getting started

To get started you can run to start your application

./mvnw spring-boot:run

then either visit http://localhost:8080
or send a POST request via a curl command like so:
curl -X POST http://localhost:8080 -F file=@/path/to/your/image.png -F format="bmp" -o output.bmp


Who do I talk to?

Found a bug, or have a suggestion / improvement? Let us know through the Issues page.

Got questions? You can contact us here.

Copyright 2026 IDRsolutions

About

An example Spring Boot Application to Upload & Convert Images Using JDeli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors