Skip to content

Little bit extended and modified version of the ToDo service of the Udemy course called Spring Boot Microservices with JPA.

Notifications You must be signed in to change notification settings

gregito/ToDoMicroservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites:

For building and packaging

Maven

For containerized run (beside Maven):

Docker

To run in docker container run the following commands from the project's root folder:

Build the project into a jar file

mvn clean build

Build the image:

docker build -t to-do-service .

Run the image with the necessary exposed port:

docker run -d -p 8383:8383 to-do-service

About

Little bit extended and modified version of the ToDo service of the Udemy course called Spring Boot Microservices with JPA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published