Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 735 Bytes

getting-started.adoc

File metadata and controls

33 lines (24 loc) · 735 Bytes

Getting started

Requirements

  • Maven

  • JDK 11+

  • IntelliJ (other IDEs should work too)

  • Docker (for tests)

Build and Run

Note
M2_HOME env must be set to run integration tests!
Docker must be installed to run (some) integration tests! To build SBM ignoring integration tests you can run mvn clean install -DskipITs
# clone project
git clone0 [email protected]:spring-projects-experimental/spring-boot-migrator.git

# build project
cd spring-boot-migrator
mvn clean install

# Ignore all tests
mvn clean install -DskipTests

# Ignore all tests marked with @Tag("integration")
mvn clean install -DskipITs

# Run the jar
java -jar applications/spring-shell/target/spring-boot-migrator.jar