반응형
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
- 인텔리제이
- CSS
- list
- IntelliJ
- 테이블
- 이클립스
- string
- javascript
- input
- windows
- Java
- CMD
- Eclipse
- Button
- Visual Studio Code
- table
- js
- 배열
- vscode
- 문자열
- Files
- 이탈리아
- date
- json
- 자바
- ArrayList
- Array
- 자바스크립트
- html
- Maven
Archives
- Today
- Total
어제 오늘 내일
[SpringBoot] SpringBoot 특징 본문
SpringBoot를 공부해 보려고 합니다.
공부하는 내용들을 정리하는 공간입니다.
SpringBoot 특징
- Create stand-alone Spring applications
Stand-alone Spring application을 만들 수 있다. - Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
Tomcat, Jetty, Undertow 서버가 embed 되어 있다. (WAR 파일을 디플로이 할 필요가 없다) - Provide opinionated 'starter' dependencies to simplify your build configuration
'starter' dependency를 제공하여, 빌드 설정을 간소화한다. - Automatically configure Spring and 3rd party libraries whenever possible
가능하면, 자동으로 Spring과 3rd party library를 자동으로 구성해 준다. - Provide production-ready features such as metrics, health checks, and externalized configuration
통계, 헬스체크, 외부 구성과 같은, production 환경에서 사용할 기능들을 제공한다. - Absolutely no code generation and no requirement for XML configuration
코드 생성 및 XML 구성을 요구하지 않는다.
반응형
'IT > SpringBoot' 카테고리의 다른 글
[SpringBoot] h2 db 설정, h2 콘솔 접속하기 (0) | 2024.05.04 |
---|---|
[Spring] 등록 된 모든 Bean 목록 출력하기 (2) | 2024.04.08 |
[Spring Boot] @RequestParam 어노테이션 사용법 (0) | 2023.12.20 |
[Spring Boot / 에러] Name for argument of type [java.lang.String] not specified, and parameter name information not found in class file either (0) | 2023.12.19 |
[Spring Boot] 서버 포트 변경하기 (0) | 2023.06.25 |
Comments