반응형
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
- httpd실행
- RSS
- java
- 컨테이너
- devops #jenkins
- python
- mongodb operator
- Strimzi
- 파이썬
- multivm
- bash
- namespace
- WEB
- 쿠버네티스
- springboot
- 도커
- linux
- ioredirection
- nginx
- container
- k8s
- DOIK
- aws #engineer
- 초간단파이썬
- devops #engineer
- Vagrant
- Kubernetes
- variable
- docker
- Engineer
Archives
- Today
- Total
목록controller (1)
샤인의 IT (막 적는) 메모장
앞전에서 AppApplication에 설정하여 실행했지만 실제로 따로 Controller 클래스를 생성하여 사용함. 사용한 rombok @RestController @RequestMapping @GetMapping MVC 구조 기존 AppApplication 내 GET 매핑 정보를 Controller로 생성한다. StudentController.java package com.js.app.student; import java.time.LocalDate; import java.time.Month; import java.util.List; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.a..
Programming/JAVA
2022. 1. 1. 11:45