Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Spring Boot을 사용하기위해서, Spring과 관련된 모듈이외에

여러가지 유용한 모듈과 같이 상호연동이 가능하기때문에 메이븐기준으로자주사용되는 모듈들을 메이븐 기준

SPRING BOOT 1.5 버젼 호환가능한 의존 라이브러리를 정리합니다.

실 프로젝트에서는 필요한것만 사용하여 경량화를 합니다.

pom.xml 에 STS를 통해 자동생성이되나, 모듈의 네임스페이스를 대략 파악합니다.

빌드파일 경량화 목표를 달성합니다.


Table of Contents


Spring Boot 주요버젼

...

No Format
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-cache</artifactId>
        </dependency> 

...