iknowahra / cspiEdu

CSPI OJT
0 stars 0 forks source link

2021.09.28 교육내용 정리_SG #12

Open seulgi9834 opened 3 years ago

seulgi9834 commented 3 years ago

server 추가


Overview

Timeouts

Ports


http 프로토콜 통신 방법

GET

POST

PUT, DELETE 등.. 존재


Spring

private static final Logger logger = LoggerFactory.getLogger(HomeController.class);

@RequestMapping(value = "/", method = RequestMethod.GET)

public String home(Locale locale, Model model)

model.addAttribute


기타

iknowahra commented 3 years ago

오오 추가로 적어주신 부분 넘넘 감사합니다!!!! 수업 듣다가 놓친 부분도 슬기님 덕분에 알았숴요!!!! 감사합니다🔥