Skip to content

giuseppCl/compose.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sample Spring Boot + Docker Compose Project

This is a sample Spring Boot project showcasing how to use Docker Compose to easily integrate and run dependencies like PostgreSQL within a local development environment.

It accompanies a blog post that explains the setup in detail and walks you through configuring Spring Boot to automatically start services via Docker Compose.

πŸ” Purpose

  • Demonstrate Docker Compose support in Spring Boot
  • Show how to configure and launch a PostgreSQL container
  • Provide a minimal, working setup to build upon
  • Not intended for production use

Feel free to explore, fork, and adapt the project to your own needs!

πŸ“– Related Blog Post

You can read more about this setup and walkthrough on my blog:

πŸš€ How to Run

  1. Make sure Docker is installed and running on your machine.
  2. Clone this repository.
  3. Run the Spring Boot application using your IDE or:
./mvnw spring-boot:run

Enjoy exploring and happy coding! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages