https://github.com/fujitsu/launcher
Launcher - MicroProfile implementation
https://github.com/fujitsu/launcher
java launcher microprofile
Last synced: 16 days ago
JSON representation
Launcher - MicroProfile implementation
- Host: GitHub
- URL: https://github.com/fujitsu/launcher
- Owner: fujitsu
- License: epl-2.0
- Created: 2017-11-14T12:19:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T04:09:58.000Z (about 1 month ago)
- Last Synced: 2025-03-10T05:20:43.581Z (about 1 month ago)
- Topics: java, launcher, microprofile
- Language: Java
- Homepage:
- Size: 812 KB
- Stars: 43
- Watchers: 12
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Launcher
README
= Launcher
== Overview
Launcher is an implementation of https://microprofile.io/[MicroProfile].Launcher 5.1 supports MicroProfile 6.0 and some APIs from Jakarta EE 10.
Currently supported APIs are as follows:* MicroProfile Config 3.0
* MicroProfile Fault Tolerance 4.0
* MicroProfile Health 4.0
* MicroProfile JWT Authentication 2.1
* MicroProfile Metrics 5.0
* MicroProfile OpenAPI 3.1
* MicroProfile Telemetry 1.0
* MicroProfile Rest Client 3.0
* Jakarta EE 10 Core Profile
* Jakarta Expression Language 5.0
* Jakarta Server Pages 3.1
* Jakarta Servlet 6.0
* Jakarta Standard Tag Library 3.0Launcher provides features to run MicroProfile applications and create portable uber (fat) JARs.
For more details, please refer to link:docs/Usage.adoc[].== Build instructions
----
$ mvn clean install
----== Usage
Refer to link:docs/Usage.adoc[].== Downloads
Binary distributions can be obtained from link:https://github.com/fujitsu/launcher/releases[].== Configuration file example
An example of configuration file which can be used with `--config-file` option is available from link:examples/domain-xml[].