2021-04-27-TIL
2021-04-27-TIL
HashMap to List using Stream
- https://stackoverflow.com/questions/29625529/hashmap-with-streams-in-java-8-streams-to-collect-value-of-map
커스텀 예외
- https://devbox.tistory.com/entry/Java-%EC%98%88%EC%99%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0
- https://woowacourse.github.io/javable/post/2020-08-17-custom-exception/
- https://kihoonkim.github.io/2017/09/09/java/noexception-in-stream-operations/
@ResponseStatus
- https://www.baeldung.com/spring-response-status
2021 백엔드 데브매칭 풀이
- https://prgms.tistory.com/55
TODO
- 임베디드 톰캣 서버를 ngnix로 변경
- 사진을 S3 bucket에 넣으면 url이 자동으로 생성된다. 구현이 바뀌는것은 없고 그냥 url만 가져올 수 있다.
badge
,delivery_type
과 같이 미리 정해진 값들을 enum으로 미리 정의해놓고 사용- 더미 데이터 넣기
- toList를 null 처리 추가해야함
This post is licensed under CC BY 4.0 by the author.