Spring 5.0都有什麼新功能?
1、最低要求支援JDK8+, J2EE 7+。
2、移除了一些包、類及方法。
3、核心功能加強:全面應用jdk8并相容jdk9等。
4、SpringMVC:支援servlet4.0、Reactor 3.1等。
5、支援響應式堆棧web架構Spring WebFlux。
6、支援kotlin。
7、加強了測試:完美支援Junit5等。
Spring 5.0下載下傳
Maven:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.0.RELEASE</version>
</dependency>
Gradle:
compile group: 'org.springframework', name: 'spring-context', version: '5.0.0.RELEASE'
參考文獻
Spring首頁:
http://projects.spring.io/spring-framework/新功能詳情:
https://github.com/spring-projects/spring-framework/wiki/What’s-New-in-the-Spring-Framework#whats-new-in-spring-framework-5x
最新的參考文檔:
https://docs.spring.io/spring/docs/current/spring-framework-reference/釋出說明
https://spring.io/blog/2017/09/28/spring-framework-5-0-goes-ga如何遷移
https://github.com/spring-projects/spring-framework/wiki/Migrating-to-Spring-Framework-5.x源碼:
https://github.com/spring-projects/spring-framework