/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.

Primary LanguageJavaApache License 2.0Apache-2.0

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 migration-analysis.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