# Helidon **Repository Path**: maolala/Helidon ## Basic Information - **Project Name**: Helidon - **Description**: Helidon 是一个用于编写微服务的 Java 框架,这些微服务运行在由 Netty 提供支持的快速 Web 内核上 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2018-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

latest version latest version build status follow on Twitter

# Helidon: Java Libraries for Microservices 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 SE: a small, functional style API In either case your application is just a Java SE program. ## Documentation Latest documentation and javadocs are available at . ## Get Started See Getting Started at . ## Downloads / Accessing Binaries There are no Helidon downloads. Just use our Maven releases (GroupID `io.helidon`). See Getting Started at . ## Build You can build Helidon using JDK 8 or 9. 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. Building the documentation requires the `dot` utility from Graphviz. This is included in many Linux distributions. For other platforms see . **Full build** ```bash $ mvn install ``` **Checkstyle** ```bash # Cd to the component you want to check $ mvn validate -Pcheckstyle ``` **Copyright** ```bash # Cd to the component you want to check $ mvn validate -Pcopyright ``` **Spotbugs** ```bash # Cd to the component you want to check $ mvn verify -Pspotbugs ``` **Build Scripts** Build scripts are located in `etc/scripts`. These are primarily used by our pipeline, but a couple are handy to use on your desktop to verify your changes. * `copyright.sh`: Run a full copyright check * `checkstyle.sh`: Run a full style check ## Get Help * Join us on Slack: [#helidon-users](https://join.slack.com/t/helidon/shared_invite/enQtNDM1NjU3MjkyNDg2LTFkZTM4NmI3OWUyNjUxYWQ5Njc0NGNiMzY3MTZiZmMwNzAxYmI4YzUzOWNkNzNlZTEwNDRkZGU4YzMzZjhkNTE) ## Get Involved * Learn how to [contribute](CONTRIBUTING.md) * See [issues](https://github.com/oracle/helidon/issues) for issues you can help with ## Stay Informed * Twitter: [@helidon_project](https://twitter.com/helidon_project) * Blog: [OracleDevs on Medium](https://medium.com/oracledevs/search?q=helidon)