Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 578 Bytes

spring-boot.md

File metadata and controls

36 lines (24 loc) · 578 Bytes

Spring Boot

Signature

GET /

When cURL'ing, the response you get is:

"message":"No message available","path":"/"}

When viewing in browser, the response is:

Whitelabel Error Page

GET /thisshouldnotexist

"No message available"

GET /profile

{
  "_links" : {

Additional References