Skip to content

srikanthanusuri/liquibase-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

You need to have MySQL installed in your system. Once it is installed, make sure to run the admin script from the location src/main/db/admin.sql. This will create the necessary user test and the database test to integrate with the application.

Running the Application

Run the following command in your commandline.

  • Windows
$ gradlew update
  • Unix
$ ./gradlew update

About

Liquibase example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages