😃 Today I Leaned
- SpringBoot
⭐알게 된 점⭐
정렬 알고리즘
https://nahyeong-space.tistory.com/63
[알고리즘] 정렬
버블 정렬 (Bubble Sort) 데이터의 인접 요소끼리 비교하고, swap 연산을 수행하며 정렬하는 방식 두 인접한 데이터의 크기를 비교해 정렬하는 방법 비교와 교환이 모두 일어날 수 있어 코드는 단순
nahyeong-space.tistory.com
개인과제 Lv2
https://github.com/kimnahyeong2/Spring-lv2
GitHub - kimnahyeong2/Spring-lv2
Contribute to kimnahyeong2/Spring-lv2 development by creating an account on GitHub.
github.com
개인과제 Lv3
https://github.com/kimnahyeong2/Spring-lv3
GitHub - kimnahyeong2/Spring-lv3
Contribute to kimnahyeong2/Spring-lv3 development by creating an account on GitHub.
github.com
🐰 END
ResponseEntity를 사용해 Client로 status와 msg를 반환하는데
아직 정확한 원리는 파악하지 못한 것 같아 내일은 ResponseEntity를 학습할 예정이다