반응형
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
- db
- MariaDB
- spring
- 데이터베이스
- final
- java
- 타입이 서로 다른 두 데이터 제네릭
- static
- DROP
- JDBC
- @ Builder
- static을 왜사용할까?
- Database
- 타입 변수 표기법
- c#상속
- WriteLine
- ForignKey
- unity 간단 설정
- 메소드 지정자
- response
- 요청
- select
- C#
- Create
- unity 레이아웃
- unity 오브젝트
- request
- http
- 메소드 정의
- 평면좌표상에서 두점 거리 구하기
Archives
- Today
- Total
목록RequestResponse (1)
이론을 싫어!

(예제) 코드 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 32 import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class TwoDice { @RequestMapping("/rolldice") public void main(HttpSe..
Spring and Springboot
2023. 3. 6. 23:07