refresh-db.bat 137 B

12345678910
  1. @echo off
  2. echo [INFO] Re-create the schema and provision the sample data.
  3. cd %~dp0
  4. cd ..
  5. call mvn antrun:run -Prefresh-db
  6. cd bin
  7. pause