赞
踩
有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot版本3.0.3
源码地址:https://gitee.com/pearl-organization/study-spring-boot3
本篇主要介绍使用spring initializr
快速创建一个Spring Boot 3.0
项目以及工程结构说明。
Oracle JDK 17 发布地址
Oracle JDK 17 下载地址
OpenJDK 17 发布地址
OpenJDK 17 下载地址
Spring Boot 3.0
需要Java 17
作为最低版本。如果当前正在使用Java 8
或Java 11
,在开发Spring Boot 3.0
应用程序之前,需要升级JDK
。
相信很多人现在都还是用的JDK 8
,使用Spring Boot 3.0
的话,还是很有必要去熟悉每个版本JAVA
的增强特性,后续会出专栏详细介绍每个版本的变化,而Java 17
的相对上一版本的JEP
(JDK增强提案)如下:
306: Restore Always-Strict Floating-Point Semantics # 恢复始终严格模式(Always-Strict)的浮点语义
356: Enhanced Pseudo-Random Number Generators # 增强型伪随机数生成器
382: New macOS Rendering Pipeline # 新增macOS渲染管道
391: macOS/AArch64 Port # 支持将JDK移植到macOS或AArch64
398: Deprecate the Applet API for Removal # 移除过时的Applet API
403: Strongly Encapsulate JDK Internals # 强封装JDK内部API
406: Pattern Matching for switch (Preview) # switch 匹配模式(预览版本)
407: Remove RMI Activation # 移除RMI(远程方法调用)激活机制
409: Sealed Classes # 密封类
410: Remove the Experimental AOT and JIT Compiler # 移除实验性AOT和JIT编译器
411: Deprecate the Security Manager for Removal # 弃用待移除的安全管理器(Security Manager)
412: Foreign Function & Memory API (Incubator) # 外部函数和内存API(孵化器)孵化阶段
414: Vector API (Second Incubator) # Vector API第二孵化阶段
415: Context-Specific Deserialization Filters #上下文特定的反序列化过滤器
这里就不介绍下载安装的方法了,相信懂的都懂
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。