rkrsn's picture
Add files using upload-large-folder tool
0406663 verified

Spring Boot Encoder Application

This is a Spring Boot conversion of the Jakarta EE Encoder example.

Original vs Spring Boot Conversion

TODO

Building and Running

Prerequisites

  • Java 17 or higher
  • Maven 3.6+

Build

mvn clean compile

Run

mvn spring-boot:run

The application will be available at: http://localhost:8080/encoder

Package

mvn clean package

This creates an executable JAR in the target/ directory.