An open API service indexing awesome lists of open source software.

https://github.com/xdev-software/flyway-core-slim

A overlay for flyway-core to exclude unused things
https://github.com/xdev-software/flyway-core-slim

database flyway flyway-core java slim

Last synced: 6 months ago
JSON representation

A overlay for flyway-core to exclude unused things

Awesome Lists containing this project

README

          

[![Latest version](https://img.shields.io/maven-central/v/software.xdev/flyway-core-slim?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/flyway-core-slim)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/flyway-core-slim/check-build.yml?branch=develop)](https://github.com/xdev-software/flyway-core-slim/actions/workflows/check-build.yml?query=branch%3Adevelop)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_flyway-core-slim&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_flyway-core-slim)

# flyway-core-slim

A overlay for [``flyway-core``](https://github.com/flyway/flyway) to exclude [unused things](https://github.com/flyway/flyway/issues/3893).

Details about exclusions are available in the [changelogs](./CHANGELOG.md).

## Usage

This library is primarily designed to be used in conjunction with Spring Boot projects.

```xml



org.springframework.boot
spring-boot-dependencies
...
pom
import


software.xdev
flyway-core-slim

...


org.flywaydb
flyway-mysql

```

## Installation
[Installation guide for the latest release](https://github.com/xdev-software/flyway-core-slim/releases/latest#Installation)

## Support
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).

## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.

## Dependencies and Licenses
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/flyway-core-slim/dependencies)