mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Update README (#417)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
Project Helidon is a set of Java Libraries for writing microservices.
|
||||
Helidon supports two programming models:
|
||||
|
||||
* Helidon MP: MicroProfile 1.1 plus Health Check and Metrics
|
||||
* Helidon MP: [MicroProfile](https://microprofile.io/) 1.2
|
||||
* Helidon SE: a small, functional style API
|
||||
|
||||
In either case your application is just a Java SE program.
|
||||
@@ -41,7 +41,7 @@ See Getting Started at <https://helidon.io>.
|
||||
|
||||
## Build
|
||||
|
||||
You can build Helidon using JDK 8 or 9. Building with 9 results in jar
|
||||
You can build Helidon using JDK 8 or above. Building with 9+ results in jar
|
||||
files that are valid Java 9 modules containing Java 8 bytecodes.
|
||||
|
||||
You also need Maven. We recommend 3.5 or newer.
|
||||
@@ -85,6 +85,7 @@ but a couple are handy to use on your desktop to verify your changes.
|
||||
|
||||
## Get Help
|
||||
|
||||
* See the [Helidon FAQ](https://github.com/oracle/helidon/wiki/FAQ)
|
||||
* Join us on Slack: [#helidon-users](https://join.slack.com/t/helidon/shared_invite/enQtNDM1NjU3MjkyNDg2LTFkZTM4NmI3OWUyNjUxYWQ5Njc0NGNiMzY3MTZiZmMwNzAxYmI4YzUzOWNkNzNlZTEwNDRkZGU4YzMzZjhkNTE)
|
||||
|
||||
## Get Involved
|
||||
|
||||
Reference in New Issue
Block a user