스프링 프레임워크를 더 빠르고 쉽게 그리고 제품수준의 어플리케이션을 만들수 있는 툴이다.
스프링부트 요구사항
Spring boot 2.3.3.RELEASE 기준 java 8 이상을 필요로 한다.
빌드툴은 Maven(3.3+), Gradle6.x
지원하는 servletContainer로는 tomcat9.0, jett9.4y Undertow2.0가 있다.
Spring Boot Reference Documentation
This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe
docs.spring.io
'Java > Spring' 카테고리의 다른 글
2. Spring Boot - Maven설치(윈도우) (0) | 2020.09.08 |
---|