반응형
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
- 도커
- WEB
- Strimzi
- variable
- 초간단파이썬
- container
- Vagrant
- DOIK
- java
- httpd실행
- Kubernetes
- docker
- 컨테이너
- k8s
- devops #engineer
- devops #jenkins
- mongodb operator
- linux
- python
- bash
- springboot
- multivm
- aws #engineer
- 쿠버네티스
- 파이썬
- Engineer
- RSS
- nginx
- ioredirection
- namespace
Archives
- Today
- Total
목록API Layer (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