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
- @RequestBody
- 플라이웨이트
- @RequestParam
- Security
- Spring
- RequestParam
- 반환
- 헬스체크
- DTO
- enum
- 로그인
- springboot
- 프로퍼티
- ResponseDto
- JWT
- Docker
- 코드워즈
- 디자인 패턴
- 코딩테스트
- redis
- Request
- yml
- property
- actuator
- RequestBody
- response
- @Value
- Boot
- Codewars
- 파라미터
Archives
- Today
- Total
목록Boot (1)
있을 유, 참 진
[Spring] 토비의 스프링:: Spring Boot Containerless 이해하기
목표 기존의 Spring Boot main() - 시작 전 메인 함수 초기화 빈 컨테이너 생성하기 - 결과 보기 Servlet 매핑하기 & Servlet Request 처리 - 결과 보기 Servlet mapping -> Controller로 변환 - Hello Controller 생성 - 코드 변경 1. 기존 코드 2. 변경 코드 목표 💡 Spring Boot는 별도의 Web Server의 설치나 설정이 없이 개발에만 집중할 수 있게 해 준다. 기존의 Spring Boot의 main 함수 내에 직접 그것을 구현 및 정리 기존의 Spring Boot main() 💡 기존의 Spring Boot 메인, 해당 메인을 실행하면 부트 내의 내장된 톰캣이 실행되고 컨테이너를 초기화, `@SpringBootAppl..
Spring
2023. 4. 18. 17:07