Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Queue
- 2차원 배열 출력
- TCP/IP
- CPU
- 프로그래머스
- IO bound
- port
- 동시성문제
- URL
- Spring
- stack
- process
- annotation
- 십진수 이진수 전환
- http
- frontPattern
- 문자열 내마음대로 정렬하기
- Split
- DICTIONARY
- 문자열
- 코딩테스트
- reflection
- springMVC
- CPU bound
- 크기가 작은 부분 문자열
- 가장 가까운 단어
- deque
- dns
- java
- green thread
Archives
- Today
- Total
목록spring-boot (1)
아무나개발하자
스프링 MVC - 웹 페이지 만들기2
상품 목록 - 타임리프 이제부터 본격적으로 컨트롤러와 뷰 템플릿을 개발해 보겠다. 우선 첫번째로 만들어볼 컨트롤러는 상품목록 컨트롤러이다. 단순히 저장되어있는 상품을 모두 조회하는 기능을 가지고 있다. 그럼 상품목록 컨트롤러를 만들어 보자 BasicItemController package hello.itemservice.web.basic; import hello.itemservice.domain.item.Item; import hello.itemservice.domain.item.ItemRepository; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Controller; import org.springframe..
Spring
2022. 7. 22. 09:30