Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.3 KB

Spring Migration Analyzer

Spring Migration Anaylzer is a command-line tool for analyzing Java EE applications. It produces a report describing the application and how to migrate it to Spring.

Downloads

Usage

To begin using the Migration Analyzer, perform the following for usage information:

unzip spring-migration-analyzer-<version>-dist.zip
cd spring-migration-analyzer-<version>/bin/
./migration-analysis.sh

Example usage

./migration-analysis.sh ~/dev/resources/migration-apps/my-app.ear

This will analyze my-app.ear, producing a report in the current working directory. The report's directory will be named my-app.ear.

Building from source

Spring Migration Anaylzer is built using Gradle. To build:

./gradlew clean build dist

Once the build's completed, a .zip package will be available in build/distributions.

Infrastructure