일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 변수
- 파이썬프로그래밍기초
- java프로그래밍
- 하드웨어
- 스캐너
- Spring
- 기본
- IFELSE
- for
- 스캐너클래스
- IF
- 백준알고리즘
- 알고리즘
- Scanner
- error
- java
- C언어
- 유비쿼터스
- Scanner class
- 자바
- 백준
- 1차원배열
- 자료구조
- 배열
- 데이터
- FOR문
- IF문
- MySQL
- 함수
- 반복문
Archives
- Today
- Total
목록controller (1)
정리하고기록하자

간단한 웹 애플리케이션으로 /hello URL 호출 할 경우 내가 만든 이미지리스트 가져와보기 Controller 생성하기 소스코드 package com.example.demo; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping("/hello") public class ImgController { @GetMapping() public S..
Spring
2023. 11. 28. 14:22