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