家政服务如何提升家庭生活质量与幸福感
1220
2022-11-03
Open Liberty是一个高度可组合,快速启动,动态的应用程序服务器运行时环境
Summary
A lightweight open framework for building fast and efficient cloud-native Java microservices:
Open Liberty is fast to start up with low memory footprint and live reload for quick iteration.Simple to add and remove features from the latest versions of MicroProfile and Java EE.Zero migration lets you focus on what's important, not the APIs changing under you.
Getting Started
Launch a sample app using Maven
git clone https://github.com/OpenLiberty/sample-getting-started.gitcd sample-getting-startedmvn clean package liberty:run-server
Open browser to http://localhost:9080/ and explore the demo application.
See this guide to learn how it works.
Downloads
Maven CentralOpen Liberty websiteDocker Hub
Usage
Docker
This guide demonstrates development using Docker containers.
Maven
This guide demonstrates development using the Liberty Maven Plugin.
Command Line
This reference demonstrates the basic server operation commands.
Open Liberty Docs
Open Liberty GuidesReference docs including features, config and API's
Contributing
Our CONTRIBUTING document contains details for submitting pull requests.
Running a Build
Clone the repository to your system. git clone git@github.com:OpenLiberty/open-liberty.git Run a gradle build. cd open-liberty/dev ./gradlew cnf:initialize ./gradlew assemble Run the unit or FAT tests. ./gradlew test for unit tests ./gradlew build.example_fat:buildandrun to run a FAT project NOTE: ./gradlew build runs the assemble and test tasks Perform a local release ./gradlew releaseNeeded NOTE: This task releases all projects to the local releaseRepo. The final openliberty zip can be found in open-liberty\dev\cnf\release\dev\openliberty\
License
Usage is provided under the EPL 1.0 license See LICENSE for the full details.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~