Skip to content
Kim Ji-Heon edited this page Feb 28, 2018 · 7 revisions

부트 스프링 부트(Boot Spring Boot)!

안녕하세요, 허니몬(honeymon) 입니다.

스프링 부트 2.0 버전 정식출시일이 점점 다가오고 있습니다. 02/27 spring-boot.2.0.0.RC2가 배포되었습니다.

1.5.X vs 2.X

1.5.X 와 2.X 의 차이는 크게는 스프링 프레임워크 4.X 과 스프링 프레임워크 5.X 사용의 차이라고 보시면 됩니다.

차이\버전 1.5.X 2.X

Spring Framework

4.X

5.X

Spring Data(Rlease Train 확인)

1.9.X

2.0.X

Spring Security

4.2.X

5.X

  • 액츄에이터 URL 변경: /{end-point-id}/actuator/{end-point-id}

  • ApplicationListener<ApplicationEvent>의 구현체들은 spring-boot/org.springframework.boot.context` 으로 이동

Clone this wiki locally