Skip to content

Commit 6893ab9

Browse files
authored
Update and rename 13.1.3. Changing the Java version.md to 13.2.3. Changing the Java version.md
1 parent 3d9ed4b commit 6893ab9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

III. Using Spring Boot/13.1.3. Changing the Java version.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### 13.2.3. 改变Java版本
2+
3+
`spring-boot-starter-parent`选择了相当保守的Java兼容策略,如果你遵循我们的建议,使用最新的Java版本,可以添加一个`java.version`属性:
4+
```xml
5+
<properties>
6+
<java.version>1.8</java.version>
7+
</properties>
8+
```

0 commit comments

Comments
 (0)