kolorobot/spring-mvc-quickstart-archetype

JSON GET exception

andres04 opened this issue · 4 comments

when i run the project, and i go to /account/current , the browser shows the following exception

org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation

it seems to be a Jackson problem.

wkrix commented

yes, same problem here.

any tips?

Will check.
5 maj 2015 11:25 AM "Walter Krix" notifications@github.com napisał(a):

yes, same problem here.

any tips?


Reply to this email directly or view it on GitHub
#77 (comment)
.

Wrong import. Fixed: a2e43ce. Could you please check?

wkrix commented

Okay, it's perfect now.

Thank you for the quick response!