Skip to content

Commit

Permalink
Added more example links to the fat jar explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
perracodex committed Mar 14, 2024
1 parent a5ba3d5 commit 659d727
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,16 @@ java.exe -jar kcrud-1.0.0-all.jar
```

Upon server startup, observe the console output. Once initialization is complete, you can test the server by
opening a web browser and navigating to either of the following URLs:
opening a web browser and navigating to any of the following URLs:

http://localhost:8080/

http://localhost:8080/demo?page=0&size=24

http://127.0.0.1:8080/health

http://127.0.0.1:8080/rbac/login

---

## Handling Security
Expand Down

0 comments on commit 659d727

Please sign in to comment.