Skip to content

gssi/edelta-migrationservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edelta Migration Service

A rest API to migrate models using Edelta framework

Build from Source

The software requirements can be summarized as:

Get the Source Code

git clone https://github.com/gssi/edelta-migrationservice.git
cd edelta-migrationservice

Build and run from the Command Line

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages