From 028d6240dbb8fc47e81ea3f187ec750aff2bd77b Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Thu, 24 Oct 2024 00:58:13 +0900 Subject: [PATCH] [Doc]: fix doc/cobj-api_SpringBoot.md --- doc/cobj-api_SpringBoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cobj-api_SpringBoot.md b/doc/cobj-api_SpringBoot.md index 1bcfcfa2..0a041045 100755 --- a/doc/cobj-api_SpringBoot.md +++ b/doc/cobj-api_SpringBoot.md @@ -99,7 +99,7 @@ The project will be created according to the above steps. ``` cobj-api -java-package=com.example.cobj_api_test info_sample.json ``` - * `-java-package`:生成されるJavaファイルのパッケージ名を指定するオプション。 + * `-java-package`: An option to specify the package name of the generated Java file. This will generate sampleController.java and sampleRecord.java. 4. Place sample.java, sampleController.java, and sampleRecord.java in the created Spring Boot project.