Skip to content

Commit 7bd4b28

Browse files
fix (documentation): minor correcton on backend verification section
1 parent 4d21177 commit 7bd4b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PROJECT-SETUP-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ java -jar target/*.jar
9999
```
100100

101101
#### Verify Backend is Running
102-
- **Application URL**: http://localhost:8080
102+
- **Application URL (swagger)**: http://localhost:8080/swagger-ui/index.html
103103
- **Health Check**: http://localhost:8080/actuator/health
104104
- **H2 Database Console**: http://localhost:8080/h2-console
105105
- **JDBC URL**: `jdbc:h2:file:./data/tradingdb`

0 commit comments

Comments
 (0)