Skip to content

Example of application with Spring Boot + Docker + PostgreSQL

Notifications You must be signed in to change notification settings

jvolima/spring-boot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + Docker + PostgreSQL

In this repository I made a template to build an application using the stack on title.

Stack

  • Java 17
  • Spring Boot 3.0.10
  • JPA
  • Hibernate
  • PostgreSQL

Prerequisites

  • Docker
  • Java

How to use

  1. Clone or install the repository
  2. ./mvnw clean package -DskipTests to install the .jar of the project
  3. docker-compose up -d to run the application and the database
  4. docker ps to see if the app and database are running correctly

About

Example of application with Spring Boot + Docker + PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published