gothinkster / spring-boot-realworld-example-app

Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
MIT License
1.3k stars 677 forks source link

Improve README.md #22

Closed gfecher closed 4 years ago

gfecher commented 4 years ago

The entry point URL of this backend is not consistent with others, it's not at /api. For a Spring web novice this is quite a challenge as all you see is HTTP status 401 (unauthorized). I have now made this explicit in the README, hopefully others won't have to go through the pain. Also, the chosen gradle version does not work on Java 11.