# spring-boot-flyway-demo **Repository Path**: dreamingodd/spring-boot-flyway-demo ## Basic Information - **Project Name**: spring-boot-flyway-demo - **Description**: Use flyway in SpringBoot - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2016-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###详情请见:http://www.cnblogs.com/dreamingodd/p/6125435.html 1.run create database flyway_test; use flyway_test; in mysql; 2.