Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 468 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 468 Bytes

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.