wisdomSG / myBlog

0 stars 0 forks source link

프로젝트 피드백 - 작성자: 김태선 #1

Open thesun4sky opened 1 year ago

thesun4sky commented 1 year ago

Overview

코드 레벨에 대한 피드백은 아래에 남기도록 하겠습니다.

thesun4sky commented 1 year ago

QComment.java

https://github.com/wisdomSG/myBlog/blob/5c8376526e94732ca4855fa33b0d2202280ea02c/src/main/generated/com/example/myblog/entity/QComment.java#L13-L18

thesun4sky commented 1 year ago

RoleCheckAop.java

https://github.com/wisdomSG/myBlog/blob/5c8376526e94732ca4855fa33b0d2202280ea02c/src/main/java/com/example/myblog/aop/RoleCheckAop.java#L53-L54

thesun4sky commented 1 year ago

CommentController.java

https://github.com/wisdomSG/myBlog/blob/5c8376526e94732ca4855fa33b0d2202280ea02c/src/main/java/com/example/myblog/comment/CommentController.java#L29-L33

thesun4sky commented 1 year ago

PostImage.java

https://github.com/wisdomSG/myBlog/blob/5c8376526e94732ca4855fa33b0d2202280ea02c/src/main/java/com/example/myblog/entity/PostImage.java#L19-L22

thesun4sky commented 1 year ago

PostController.java

https://github.com/wisdomSG/myBlog/blob/5c8376526e94732ca4855fa33b0d2202280ea02c/src/main/java/com/example/myblog/post/PostController.java#L38-L57