Skip to main content

localhost:3306

enablePlugins(FlywayPlugin)
flywayUser := "root"
flywayPassword := "root"
flywayUrl := "jdbc:mysql://localhost:3306/test"