Skip to content

ditschedev/spring-boot-rest-api-docker-postgres-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Spring Boot Starter ๐Ÿš€

A simple starter project to directly get started to develop your backend services. It comes with just the needed things:

  • ๐ŸŒŸ Lombok
  • ๐Ÿ—„ PostgresDB (H2 for testing)
  • ๐Ÿณ docker-compose ready to start
  • ๐Ÿ‘€ env variables setup

Getting started

After cloning you should update the package matching your domain and project

To get started just clone this repository in a folder you like and start working:

git clone git@github.com:ditschedev/spring-boot-rest-api-docker-postgres-starter.git <my-project-name>

Configuration

The system is designed to be configured by using environment variables. Copy the .env.sample to .env and adjust the values as you like. When booting, the docker-compose.yml automatically picks up the values of this file and sets the environment accordingly.

About

A starter project for a Spring Boot application with docker-compose setup for postgres and h2 as a test-db.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published