View on GitHub

spring-boot-in-action

Spring Boot 实战笔记

SpringBoot配置属性之Migration

SpringBoot支持了两种数据库迁移工具,一个是flyway,一个是liquibase。其本身也支持sql script,在初始化数据源之后执行指定的脚本。

flyway

liquibase