startDev.bat 465 B

123456789
  1. @echo off
  2. cd /d "%~dp0"
  3. echo Starting services DEV MODE...
  4. start wt -M -d "." cmd /k "nest start sample-app --watch" ; split-pane -d "." cmd /k "nest start fis-fingerprint --watch" ; split-pane -d "." cmd /k "nest start fis-verification --watch"
  5. start cmd /k "cd libs/java/FingerprintDataVerification && mvn clean install && mvn compile exec:java"
  6. @REM to start with separate terminal windows
  7. @REM start wt -M -d "." cmd /k "nest start fis-verification --watch"