2022. 12. 17. 02:25ㆍTIL
1. 알고리즘 한 문제 풀었다(DFS)
백준 1707: 이분 그래프 [Java] - 포포
문제 그래프의 정점의 집합을 둘로 분할하여, 각 집합에 속한 정점끼리는 서로 인접하지 않도록 분할할 수 있을 때, 그러한 그래프를 특별히 이분 그래프 (Bipartite Graph) 라 부른다. 그래프가 입력
mr-popo.tistory.com
2. JPA 게시판 과제 제출
일단 게시판이 잘 굴러가도록 만들었다.
이번 과제를 통해 RestDocs를 처음 사용해봤는데 거짓말 안하고 10분에 한 번씩 오류 나더라..
오랜 시간 고뇌했던 오류들을 아주 짤막하게 정리해봤다.
2022.12.16 - [ERROR] - RestDocs - ClassCastException
RestDocs - ClassCastException
@Test void 게시글_저장() throws Exception { mockMvc.perform(RestDocumentationRequestBuilders.post("/api/v1/posts") .contentType(MediaType.APPLICATION_JSON) .content(objectMapper.writeValueAsString(postCreateDto))) .andExpect(status().isOk()) .andDo(pr
mr-popo.tistory.com
2022.12.16 - [ERROR] - RestDocs - include file not found
RestDocs - include file not found
RestDocs로 문서화를 진행하던 도중에 다음의 에러가 발생했다. include file not found Unresolved directive in index.adoc - include::../../build/generated-snippets/post-update/http-response.adoc[] src/docs/asciidoc 디렉토리에 index.a
mr-popo.tistory.com
이유는 없지만 API 문서화를 해놓으니까 부실한 내 과제물도 그럴싸해 보인다.
아주 위험한 녀석이다
오늘은 이 정도 했다..
팀원들과 모여서 지난주 배웠던 내용들을 복습하는 시간도 가졌다.
N+1과 fetch join, fetch join의 한계와 돌파하는 방법 등을 나눴다.
그리고 중간에는 치과 다녀왔다. 스케일링받으러 갔는데 충치를 발견했다.
돈 많이 벌어야겠다