https://github.com/microprofile/microprofile-starter
MicroProfile project generator source code
https://github.com/microprofile/microprofile-starter
Last synced: 10 months ago
JSON representation
MicroProfile project generator source code
- Host: GitHub
- URL: https://github.com/microprofile/microprofile-starter
- Owner: microprofile
- License: apache-2.0
- Created: 2018-08-29T17:08:37.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:31:33.000Z (over 1 year ago)
- Last Synced: 2025-05-21T23:51:20.869Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.31 MB
- Stars: 74
- Watchers: 32
- Forks: 51
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# microprofile-starter
[](https://gitter.im/eclipse/microprofile-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Web
Live tool at [MicroProfile starter - Generate MicroProfile Maven Project](https://start.microprofile.io/index.xhtml)
## REST API
See [documentation](./src/main/resources/REST-README.md).
## Procedures around PRs and releases
See [documentation](./releasing.md).
## When can an implementation be added to the MicroProfile Tool
Pre-requisites to be added as an implementation:
- Ensure that your implementation has passed the MicroProfile TCKs for an umbrella release.
- Add your implementation under the right MicroProfile version at page [MicroProfile implementation](https://wiki.eclipse.org/MicroProfile/Implementation)
- Create a GitHub issue for adding your implementation to the MicroProfile Starter project at [Issues page](https://github.com/eclipse/microprofile-starter/issues)
- Do a Pull Request on the MicroProfile Starter project (this project) to add your new integration.
## Technical documentation
Information about adding
* a new MicroProfile Implementation
* an additional MicroProfile Version for an Implementation
* a new MicroProfile Specification
is found in the [how to document](https://github.com/eclipse/microprofile-starter/blob/master/how-to.md).