Skip to content

ercan-er/sample-container-todo-app-java-maven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.4%
  • CSS 16.4%
  • JavaScript 10.2%
  • HTML 4.5%
  • Dockerfile 0.5%