Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anaptecs/jeaf-generator
JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others. Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code.
https://github.com/anaptecs/jeaf-generator
generator jeaf mdd openapi openapi-generator rest-api spring spring-boot springframework uml
Last synced: 9 days ago
JSON representation
JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others. Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code.
- Host: GitHub
- URL: https://github.com/anaptecs/jeaf-generator
- Owner: anaptecs
- License: apache-2.0
- Created: 2024-01-25T06:02:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:18:59.000Z (17 days ago)
- Last Synced: 2024-10-29T22:46:59.980Z (17 days ago)
- Topics: generator, jeaf, mdd, openapi, openapi-generator, rest-api, spring, spring-boot, springframework, uml
- Language: Java
- Homepage: https://www.jeaf-generator.io
- Size: 59.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Maven Central Version](https://img.shields.io/maven-central/v/com.anaptecs.jeaf.generator/jeaf-generator-project) ![Apache 2.0 License](https://img.shields.io/github/license/anaptecs/jeaf-generator)
# JEAF Generator
JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others.Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code. Let your developers concentrate on what is really important: delivering business features
This repository contains the source code for JEAF Generator. JEAF Generator can be used for code generation based on UML models. Besides the code of the generator itself the repository also contains lot's of test projects that are used to ensure quality.
## How to use it?
JEAF Generator is provided as Maven Plugin and so can be easily integrated into your build process.For further details please have a look on [Maven Integration](https://www.jeaf-generator.io/developer-guide/maven-integration/) in our developer guide.
## Releases, Backward Compatibility and Versioning Scheme
* In general we try to keep JEAF Generator and especially the generated code backward compatible when ever possible / meaningful
* The same we also try to apply to JEAF Generator Maven Plugin itself
* Within the release notes, we will always provide information about how to upgrade to the next version
### Verisoning Schema
Concerning the version numbers of JEAF Generator Maven Plugin we stick to `MAJOR.MINOR.PATCH` version scheme:
* `MAJOR`: We increase the major version if the generated code will become incompatible due to generator changes
* `MINOR`: We will increase the minor version when changes to the Maven Plugin configuration or UML model are required before upgrading to a new version
* `PATCH`: We increase the patch level in case that upgrade to next version can just be done without any further changes. Please be aware that in many cases new features are made available with just a new patch version as they do not require and further changes.
## Links
For further information please refer to our documentation:* [JEAF Generator](https://www.jeaf-generator.io/)
* [UML Modeling Guide](https://www.jeaf-generator.io/uml-modeling-guide/)
* [Developer Guide](https://www.jeaf-generator.io/developer-guide/)
* [Quickstart Guide](https://www.jeaf-generator.io/developer-guide/quickstart/)
* [Releases](https://github.com/anaptecs/jeaf-generator/releases)