A rest API to migrate models using Edelta framework
The software requirements can be summarized as:
- Latest OpenJDK 17 (or other Java distribution like Eclipse Adoptium) is recommended.
- Latest Apache Maven installed.
git clone https://github.com/gssi/edelta-migrationservice.git
cd edelta-migrationservice
Modify the migration:modelfolder
property within the src/main/resources/config/application-dev.yml
. The property is used to define the folder where the REST service stores the input models to be migrated and migrated ones.
To compile, test, build the jar, and then run the generated jar use:
cd edelta-migrationservice
mvn clean package
cd target
java -jar edelta-migrationservice.jar