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
- Split
- Queue
- springMVC
- 십진수 이진수 전환
- CPU
- stack
- 동시성문제
- CPU bound
- 문자열 내마음대로 정렬하기
- IO bound
- 코딩테스트
- reflection
- http
- 프로그래머스
- annotation
- 가장 가까운 단어
- 문자열
- green thread
- frontPattern
- 2차원 배열 출력
- TCP/IP
- dns
- java
- process
- port
- 크기가 작은 부분 문자열
- URL
- DICTIONARY
- deque
- Spring
Archives
- Today
- Total
목록thymeleaf 문법 (1)
아무나개발하자

상품 목록 - 타임리프 이제부터 본격적으로 컨트롤러와 뷰 템플릿을 개발해 보겠다. 우선 첫번째로 만들어볼 컨트롤러는 상품목록 컨트롤러이다. 단순히 저장되어있는 상품을 모두 조회하는 기능을 가지고 있다. 그럼 상품목록 컨트롤러를 만들어 보자 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