Skip to content

Eclipse JNoSQL on Helidon MicroProfile, GraalVM 20.0.0 (JDK v11)

Notifications You must be signed in to change notification settings

chess-equality/helidon-microprofile-jnosql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MicroProfile generated Application

Introduction

MicroProfile Starter has generated this MicroProfile application for you.

The generation of the executable jar file can be performed by issuing the following command

mvn clean package

This will create an executable jar file helidon-microprofile-jnosql.jar within the target maven folder. This can be started by executing the following command

java -jar target/helidon-microprofile-jnosql.jar

To launch the test page, open your browser at the following URL

http://localhost:8080/index.html

Specification examples

By default, there is always the creation of a JAX-RS application class to define the path on which the JAX-RS endpoints are available.

Also, a simple Hello world endpoint is created, have a look at the class HelloController.

More information on MicroProfile can be found here

Config

Configuration of your application parameters. Specification here

The example class ConfigTestController shows you how to inject a configuration parameter and how you can retrieve it programmatically.

About

Eclipse JNoSQL on Helidon MicroProfile, GraalVM 20.0.0 (JDK v11)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published