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 |
Tags
- RequestBody
- 파라미터
- Boot
- Security
- RequestParam
- JWT
- response
- enum
- @RequestParam
- DTO
- Spring
- 반환
- property
- 프로퍼티
- @Value
- 로그인
- 디자인 패턴
- yml
- redis
- Request
- Codewars
- actuator
- 헬스체크
- 플라이웨이트
- @RequestBody
- ResponseDto
- Docker
- 코드워즈
- 코딩테스트
- springboot
Archives
- Today
- Total
목록springboot (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