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