Skip to content

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.

License

Notifications You must be signed in to change notification settings

emcconsulting/spring-migration-analyzer

 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.4%
  • FreeMarker 3.9%
  • CSS 0.4%
  • Shell 0.1%
  • Batchfile 0.1%
  • HTML 0.1%