Skip to content

udaychandra/user-crud-microservice

Repository files navigation

Helidon based CRUD service

SDK and Tools

  • Java 10
  • JPMS
  • Gradle
  • Helidon Reactive WebServer

Getting Started

Clone the source repo and run gradle build.

gradlew clean build

Run from IDE

Open the Launcher class and use your favorite IDE to run the main method.

Creating a custom image

You can use the "build.sh" script to build a custom JRE and run the application

NOTE: Custom JRE's are platform specific.