Spring boot 2.0 뭐가 좋음?
1. Reactive 프로그래밍을 지원함 ( non-blocking )
- 애플리케이션 확장할 때 조금의 thread만을 필요하도록 해준다.
- Spring WebFlux에 대한 auto-configuration이 들어감
- Embedded server를 netty로 사용할 수 있음
2. 1.0에 만들었던 것들을 리팩토링
참고 :
https://www.infoq.com/news/2018/03/spring-boot-2.0-release-ga-webb
'Back-End > Spring' 카테고리의 다른 글
Spring layered architecture와 객체지향적으로 개발하기 (0) | 2019.05.31 |
---|---|
Spring Security 아키텍쳐 (0) | 2019.05.21 |
스프링 CORS (0) | 2019.05.20 |
스프링 5 - PushBuilder란 (0) | 2019.05.07 |
스프링 프록시 패턴 - Proxy Pattern (0) | 2019.05.02 |