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.
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.