You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Check out [Swagger-Spec](https://github.com/OAI/OpenAPI-Specification) for addit
44
44
-[Java JAX-RS](#java-jax-rs)
45
45
-[Java Spring MVC](#java-spring-mvc)
46
46
-[To build the codegen library](#to-build-the-codegen-library)
47
+
-[Workflow Integration](#workflow-integration)
47
48
-[Online Generators](#online-generators)
48
49
-[Guidelines for Contribution](https://github.com/swagger-api/swagger-codegen/wiki/Guidelines-for-Contribution)
49
50
-[License](#license)
@@ -556,6 +557,11 @@ mvn package
556
557
557
558
Note! The templates are included in the library generated. If you want to modify the templates, you'll need to either repackage the library OR specify a path to your scripts
558
559
560
+
## Workflow integration
561
+
562
+
You can use the [swagger-codegen-maven-plugin](modules/swagger-codegen-maven-plugin/README.md) for integrating with your workflow, and generating any codegen target.
563
+
564
+
559
565
## Online generators
560
566
561
567
One can also generate API client or server using the online generators (https://generator.swagger.io)
0 commit comments