Skip to content

Commit 028d624

Browse files
[Doc]: fix doc/cobj-api_SpringBoot.md
1 parent 8958b2b commit 028d624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cobj-api_SpringBoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The project will be created according to the above steps.
9999
```
100100
cobj-api -java-package=com.example.cobj_api_test info_sample.json
101101
```
102-
* `-java-package`:生成されるJavaファイルのパッケージ名を指定するオプション。
102+
* `-java-package`: An option to specify the package name of the generated Java file.
103103
104104
This will generate sampleController.java and sampleRecord.java.
105105
4. Place sample.java, sampleController.java, and sampleRecord.java in the created Spring Boot project.

0 commit comments

Comments
 (0)