We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d21177 commit 7bd4b28Copy full SHA for 7bd4b28
PROJECT-SETUP-GUIDE.md
@@ -99,7 +99,7 @@ java -jar target/*.jar
99
```
100
101
#### Verify Backend is Running
102
-- **Application URL**: http://localhost:8080
+- **Application URL (swagger)**: http://localhost:8080/swagger-ui/index.html
103
- **Health Check**: http://localhost:8080/actuator/health
104
- **H2 Database Console**: http://localhost:8080/h2-console
105
- **JDBC URL**: `jdbc:h2:file:./data/tradingdb`
0 commit comments