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.31k stars 680 forks source link

if current user not logged in,get comments return 500 Internal Server Error #2

Closed VilenEera closed 7 years ago

VilenEera commented 7 years ago

user.getId() NullPointerExceptions

java.lang.NullPointerException: null
    at io.spring.application.CommentQueryService.findByArticleId(CommentQueryService.java:40) ~[main/:na]
    at io.spring.api.CommentsApi.getComments(CommentsApi.java:69) ~[main/:na]

未登陆状态下,获取文章的留言返回空指针异常

aisensiy commented 7 years ago

Thanks for your PR 👍