Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anaptecs/jeaf-generator-samples
This repository contains sample projects for JEAF Generator. The projects shows the artifacts that are produced by JEAF Generator. Starting point for all of that is the UML model that is used as input for the generator.
https://github.com/anaptecs/jeaf-generator-samples
generator jeaf mdd rest-api spring spring-boot springframework uml
Last synced: 2 days ago
JSON representation
This repository contains sample projects for JEAF Generator. The projects shows the artifacts that are produced by JEAF Generator. Starting point for all of that is the UML model that is used as input for the generator.
- Host: GitHub
- URL: https://github.com/anaptecs/jeaf-generator-samples
- Owner: anaptecs
- License: apache-2.0
- Created: 2023-11-30T06:08:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T19:38:37.000Z (8 months ago)
- Last Synced: 2024-11-15T21:36:06.470Z (2 months ago)
- Topics: generator, jeaf, mdd, rest-api, spring, spring-boot, springframework, uml
- Language: HTML
- Homepage: https://www.jeaf-generator.io
- Size: 14.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Latest Version](https://maven-badges.herokuapp.com/maven-central/com.anaptecs.jeaf.generator.sample/jeaf-generator-sample-project/badge.svg)
# JEAF Generator Samples #
This repository contains sample projects for JEAF Generator. The projects show the artifacts that are produced by JEAF Generator. Starting point for all of that is the UML model that is used as input for the generator.
## 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/)## How do I get set up? ##
* To run JEAF Generator please create a clone of this repository on your local machine.
* You will find a top level Maven project and lot's of sub projects. Each of them shows the specific output for one topic as it will be created by JEAF Generator
* To build the project simply execute Maven on the top level project `maven clean install`
* To only run JEAF Generator use `mvn clean generate-sources`