summaryrefslogtreecommitdiff
path: root/bin/init-db.bat
blob: fd17b806f44011e5beec11485c5ff663f9d9254b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@echo off
rem /**
rem  * Copyright ©  All rights reserved.
rem  *
rem  * Author: darnell
rem  */
echo.
echo [info] rebuilding your DB and clearing data......
echo.
pause
echo.
echo [INFO] This operation will clear your data and restore initial state
echo.
echo [WARN] Do you confirm the continuation ? Otherwise, please close the window
echo.
pause
echo.
echo [WARN] Do you confirm the continuation? Otherwise, please close the window
echo.
pause
echo.

cd %~dp0
cd ..

call mvn antrun:run -Pinit-db

cd db
pause