在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:oracle/helidon开源软件地址:https://github.com/oracle/helidon开源编程语言:Java 99.3%开源软件介绍:Helidon: Java Libraries for MicroservicesProject Helidon is a set of Java Libraries for writing microservices. Helidon supports two programming models:
In either case your application is just a Java SE program. LicenseHelidon is available under Apache License 2.0. DocumentationLatest documentation and javadocs are available at https://helidon.io/docs/latest. Get StartedSee Getting Started at https://helidon.io. Downloads / Accessing BinariesThere are no Helidon downloads. Just use our Maven releases (GroupID Helidon CLIMacOS: curl -O https://helidon.io/cli/latest/darwin/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/ Linux: curl -O https://helidon.io/cli/latest/linux/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/ Windows: PowerShell -Command Invoke-WebRequest -Uri "https://helidon.io/cli/latest/windows/helidon.exe" -OutFile "C:\Windows\system32\helidon.exe" See this document for more info. BuildYou need JDK 17+ to build Helidon. You also need Maven. We recommend 3.6.1 or newer. Building the documentation requires the Full build $ mvn install Checkstyle # Cd to the component you want to check
$ mvn validate -Pcheckstyle Copyright # Cd to the component you want to check
$ mvn validate -Pcopyright Spotbugs # Cd to the component you want to check
$ mvn verify -Pspotbugs Build Scripts Build scripts are located in
Get Help
Get Involved
Stay Informed
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论