This project uses Spring Boot 3.0
The application can be packaged using Java 17:
./mvnw clean package -Dmaven.test.skip=trueIt produces the vnext.connector-0.0.1-SNAPSHOT.jar file in the target/ directory.
The application is now runnable using java -jar target/vnext.connector-0.0.1-SNAPSHOT.jar.
Easily start your REST Web Services