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

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

spring-attic/spring-migration-analyzer

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

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages