Skip to content

Instantly share code, notes, and snippets.

View lemphis's full-sized avatar
🔥
Take the next step

Jaeho Jang lemphis

🔥
Take the next step
  • Seoul, Korea
  • 07:13 (UTC +09:00)
  • LinkedIn in/lemphis
View GitHub Profile
🌞 Morning 69 commits ███▊░░░░░░░░░░░░░░░░░ 18.2%
🌆 Daytime 118 commits ██████▌░░░░░░░░░░░░░░ 31.1%
🌃 Evening 193 commits ██████████▋░░░░░░░░░░ 50.8%
🌙 Night 0 commits ░░░░░░░░░░░░░░░░░░░░░ 0.0%
Rust 5 hrs 3 mins ████████▏░░░░░░░░░░░░ 39.1%
Markdown 2 hrs 40 mins ████▎░░░░░░░░░░░░░░░░ 20.8%
Text 1 hr 53 mins ███░░░░░░░░░░░░░░░░░░ 14.7%
Kotlin 1 hr 12 mins █▉░░░░░░░░░░░░░░░░░░░ 9.3%
JavaScript 46 mins █▎░░░░░░░░░░░░░░░░░░░ 6.0%

제주 숙소 정리

list

  1. 제주호텔더엠
  2. 3-5) 노을이 물든 창가에서 커피 한잔 어때요 ~~ (이름이 왜 이래?)
  • 애월 어딘가. 위치는 가까움
package com.example.demo;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;