/user-crud-microservice

Microservice using Helidon framework

Primary LanguageJavaApache License 2.0Apache-2.0

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.