main
floxx2112 1 year ago
parent 24e2ba4fe8
commit 1e49db9c71
  1. 2
      AssistBDD.ps1
  2. 2
      tags.json

@ -2,7 +2,7 @@ $backendPath = $PSScriptRoot + "\..\AssistDB_V2_Back"
$frontendPath = $PSScriptRoot + "\..\AssistDB_V2_Front"
Start-Job -Name Backend -Args $backendPath { param($backendPath) Set-Location $backendPath; git pull; mvn spring-boot:run
}
Start-Job -Name Frontend -Args $frontendPath{ param($frontendPath) Set-Location $frontendPath; git pull; ng serve }
Start-Job -Name Frontend -Args $frontendPath{ param($frontendPath) Set-Location $frontendPath; git pull; npm install; ng serve }
Start-Process "http://localhost:9002/"
$text = 'Tapez "stop" pour stopper les applications ou "log" pour afficher les logs: '
$continue=1

@ -1 +1 @@
{"data":[{"tagId":1,"description":"Description ps1 modif","tag":"PS1"},{"tagId":2,"description":"desc sSL","tag":"SQL"},{"tagId":3,"description":"desc txt","tag":"TXT"},{"tagId":4,"description":"desc join","tag":"JOIN"}]}
{"data":[{"tagId":1,"description":"Description ps1 modif","tag":"PS1"},{"tagId":2,"description":"desc sSL","tag":"SQL"},{"tagId":3,"description":"desc txt","tag":"TXT"},{"tagId":4,"description":"desc join","tag":"JOIN"},{"tagId":5,"description":"burit","tag":"Test"}]}
Loading…
Cancel
Save