Skip to content

Commit 7ce6275

Browse files
committed
modify readme
1 parent 2b23b1f commit 7ce6275

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README-zh.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</p>
1313
</p>
1414

15+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fzzh1991%2FReact-SpringBoot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fzzh1991%2FReact-SpringBoot?ref=badge_large)
1516

1617
## Demo: [Movie Helper](http://movie.zzhpro.com)
1718

@@ -48,6 +49,13 @@ git submodule update
4849

4950
## 🚀 使用
5051

52+
### 支持 Java 17 和 Spring Boot 3
53+
54+
```bash
55+
# 添加 VM options
56+
--add-opens java.base/java.lang.invoke=ALL-UNNAMED
57+
```
58+
5159
### 启动应用
5260

5361
#### 配置数据库
@@ -242,5 +250,5 @@ mvn versions:use-latest-releases
242250

243251
## 📝 许可证
244252

245-
Copyright © 2021 [zzh1991](https://github.com/zzh1991).<br />
253+
Copyright © 2023 [zzh1991](https://github.com/zzh1991).<br />
246254
本项目许可证为 [MIT](https://github.com/zzh1991/React-SpringBoot/blob/master/LICENSE).

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ git submodule update
5555

5656
## 🚀 Usage
5757

58+
### Support Java 17 and Spring Boot 3
59+
60+
```bash
61+
# add VM options
62+
--add-opens java.base/java.lang.invoke=ALL-UNNAMED
63+
```
64+
5865
### Start application
5966

6067
#### configure database
@@ -249,5 +256,5 @@ Please ⭐️ this repository if this project helped you!
249256

250257
## 📝 License
251258

252-
Copyright © 2022 [zzh1991](https://github.com/zzh1991).<br />
259+
Copyright © 2023 [zzh1991](https://github.com/zzh1991).<br />
253260
This project is [MIT](https://github.com/zzh1991/React-SpringBoot/blob/master/LICENSE) licensed.

0 commit comments

Comments
 (0)