File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 12
12
</p>
13
13
</p >
14
14
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 )
15
16
16
17
## Demo: [ Movie Helper] ( http://movie.zzhpro.com )
17
18
@@ -48,6 +49,13 @@ git submodule update
48
49
49
50
## 🚀 使用
50
51
52
+ ### 支持 Java 17 和 Spring Boot 3
53
+
54
+ ``` bash
55
+ # 添加 VM options
56
+ --add-opens java.base/java.lang.invoke=ALL-UNNAMED
57
+ ```
58
+
51
59
### 启动应用
52
60
53
61
#### 配置数据库
@@ -242,5 +250,5 @@ mvn versions:use-latest-releases
242
250
243
251
## 📝 许可证
244
252
245
- Copyright © 2021 [ zzh1991] ( https://github.com/zzh1991 ) .<br />
253
+ Copyright © 2023 [ zzh1991] ( https://github.com/zzh1991 ) .<br />
246
254
本项目许可证为 [ MIT] ( https://github.com/zzh1991/React-SpringBoot/blob/master/LICENSE ) .
Original file line number Diff line number Diff line change @@ -55,6 +55,13 @@ git submodule update
55
55
56
56
## 🚀 Usage
57
57
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
+
58
65
### Start application
59
66
60
67
#### configure database
@@ -249,5 +256,5 @@ Please ⭐️ this repository if this project helped you!
249
256
250
257
## 📝 License
251
258
252
- Copyright © 2022 [ zzh1991] ( https://github.com/zzh1991 ) .<br />
259
+ Copyright © 2023 [ zzh1991] ( https://github.com/zzh1991 ) .<br />
253
260
This project is [ MIT] ( https://github.com/zzh1991/React-SpringBoot/blob/master/LICENSE ) licensed.
You can’t perform that action at this time.
0 commit comments