어제 오늘 내일

[SpringBoot] SpringBoot 특징 본문

IT/SpringBoot

[SpringBoot] SpringBoot 특징

hi.anna 2021. 10. 4. 22:56

 

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 구성을 요구하지 않는다.

 

반응형
Comments