/words-migration

Spring Boot application

Primary LanguageJava

This Spring Boot application tested with Java 11.

How to run

Need to execute the next command:

mvnw spring-boot:run

Also, you can build application and run jar file:

mvnw clean package
java -jar target/wordsmigration-0.0.1-SNAPSHOT.jar

This application listen http port 8080.