issue-manager index.html
In the index.html file when displaying information about the github issue its reference as ${issue.githubIssue.url} when running this the following error occurs. Exception evaluating SpringEL expression: "issue.githubIssue.url" (index:16)
The expression needs to be changed to ${issue.gitHubIssue.url} to display the data on the page.
I wonder if that changed at some point. I did test every line of this code. But the project is still on snapshots, two years later.
I've completed the second chapter and that is the only issue i've found regarding that project
Good! I hope you're enjoying it.