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