# Order Service Sample App ## Purpose This sample app is used to demonstrate the smart deploy agent flow with a real Java process: 1. build sample app 2. deploy/start sample app 3. verify process / port / tcp / http / log ## Build ```powershell powershell -ExecutionPolicy Bypass -File .\sample-apps\order-service\scripts\build.ps1 ``` ## Start ```powershell powershell -ExecutionPolicy Bypass -File .\sample-apps\order-service\scripts\start.ps1 -Version 1.2.3 ``` ## Stop ```powershell powershell -ExecutionPolicy Bypass -File .\sample-apps\order-service\scripts\stop.ps1 ``` ## Health Once started, health check is available at: `http://127.0.0.1:18080/actuator/health`