아래의 URL을 클릭하여 Maven을 다운로드 한다.

maven.apache.org/download.cgi

 

Maven – Download Apache Maven

Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is http://mirror.navercorp.com/apache/. If you encounter a problem with this mirror, please select another

maven.apache.org

 

 

Binary zip archive를 받아서, 원하는 위치에 풀어 놓는다.

 

고급 시스템 설정 -> 환경변수 를 설정해야한다.

 

 

 

환경변수 설정이 끝났으면 CMD창을 통해 정상설치를 확인한다.

> mvn -version

 

'Java > Spring' 카테고리의 다른 글

1. Spring Boot 소개  (0) 2020.09.08

스프링 프레임워크를 더 빠르고 쉽게 그리고 제품수준의 어플리케이션을 만들수 있는 툴이다.

 

스프링부트 요구사항

Spring boot 2.3.3.RELEASE 기준 java 8 이상을 필요로 한다.

빌드툴은 Maven(3.3+), Gradle6.x

지원하는 servletContainer로는 tomcat9.0, jett9.4y Undertow2.0가 있다.

 

docs.spring.io/spring-boot/docs/2.3.3.RELEASE/reference/htmlsingle/#getting-started-introducing-spring-boot

 

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

+ Recent posts