Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 5a19f4b

Browse files
committed
Update codewind-openapi-vscode.md
1 parent c156e79 commit 5a19f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_documentations/codewind-openapi-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Open API Tools for Eclipse Codewind in VS Code provides commands that invoke
3333
8. Now, you can customize the application logic. Choose one of the two methods in the **Generating and building code in an existing Java Spring project** section.
3434

3535
## Generating and building code in an existing Java Spring project
36-
When you generate a Spring server stub into a Spring project, the Open API Tools for Eclipse Codewind in VS Code don't override the main class that is already implicitly or explicitly configured in the project. Complete one of the following steps to expose the OpenAPI endpoints:
36+
When you generate a Spring server stub into a Spring project, Open API Tools for Eclipse Codewind doesn't override the main class that is already implicitly or explicitly configured in the project. Complete one of the following steps to expose the OpenAPI endpoints:
3737
- To use the generated class, uncomment the main method in the `OpenAPI2SpringBoot.java` Java class file and explicitly configure the project to use this main class.
3838
- To continue to use the currently configured main class, copy the base packages that are listed in the `@ComponentScan` component scan annotation from the `OpenAPI2SpringBoot.java` file. Then, add the packages to the currently configured main class. For example, if you use the Codewind Spring Boot project, the implicit main class is the `SBApplication.java` file.
3939

0 commit comments

Comments
 (0)