learning-spring-boot-code icon indicating copy to clipboard operation
learning-spring-boot-code copied to clipboard

issue-manager index.html

Open BrentGammon opened this issue 9 years ago • 3 comments

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.

BrentGammon avatar Sep 02 '16 22:09 BrentGammon

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.

gregturn avatar Sep 03 '16 01:09 gregturn

I've completed the second chapter and that is the only issue i've found regarding that project

BrentGammon avatar Sep 04 '16 18:09 BrentGammon

Good! I hope you're enjoying it.

gregturn avatar Sep 04 '16 19:09 gregturn