Skip to content
 
 

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-container-todo-app-java-maven

Running todo app locally

Todo app is a Spring Boot application built using Maven. You can build a jar file and run it from the command line:

git clone https://github.com/tolgatakir/sample-container-todo-app-java-maven.git
cd sample-container-todo-app-java-maven
./mvnw package
java -jar target/*.jar

You can then access todo app here: http://localhost:8080/

Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):

./mvnw spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages