Skip to content

Demo project for a Spring Boot app using Flyway migrations and PostgreSQL database

License

Notifications You must be signed in to change notification settings

little-pinecone/spring-boot-postgres-flyway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-postgres-flyway

keep growing logo

spring-boot-postgres-flyway is a scaffolding for a web application. It can be built into a single jar file using Maven.

If you want to build a project like this check out the following articles:

Overview and technical features

  • One endpoint enabling saving data of some baked goods (flavour).
  • PostgreSQL database run from a Docker container.
  • Database schema is created automatically on the application startup with a Flyway SQL-based migration.

Getting Started

To clone this repository, execute the following in the command line:

$ git clone https://github.com/little-pinecone/spring-boot-postgres-flyway.git

Start the database that will be used by the app.

You can build the application with:

$ mvn clean install

You can run tests for the application with:

$ mvn test

You can send a request from Postman

add-cookie-postman-screenshot

Built With

About

Demo project for a Spring Boot app using Flyway migrations and PostgreSQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages