Skip to content

sekaiser/spring-boot-blueprint

Repository files navigation

Spring Boot Application Demo - News

Builds

Genie builds are run on Travis CI here.

Branch Build Coverage (coveralls.io) Coverage (codecov.io)
master Build Status Coverage Status codecov

DevGuid

How to create a new flyway migration

Every change in the database schema MUST be documented with a flyway migration script. Create a unique migration script with gradle in the project root:

    gradle addNewMigration -PmigrationName=add_foo_bar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages