Skip to content

alexey-novikov-onix/words-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages