Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Prerequisites For Binary:
keploy record -c "java -cp "target/openhospital-api-0.1.0.jar:rsc/:static/" org.springframework.boot.loader.launch.JarLauncher"
```

<img src="/docs/img/Keploy-record-java.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
<img src="/docs/img/keploy-record-java.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />

## Start the frontend

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0/quickstart/samples-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ mvn clean install -Dmaven.test.skip=true
keploy record -c "docker compose up" --container-name javaApp --build-delay 100
```
<img src="/docs/img/Keploy-record-docker-employee.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
<img src="/docs/img/keploy-record-docker-employee.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
Now let's run a few tests to capture some more scenarios:
Expand Down
Loading