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
This will write, in the folder `output/myLibrary`, all the files you need to get started, including a README.md. Once modified and compiled, you can load your library with the codegen and generate clients with your own, custom-rolled logic.
343
+
This will write, in the folder `output/myLibrary`, all the files you need to get started, including a `README.md. Once modified and compiled, you can load your library with the codegen and generate clients with your own, custom-rolled logic.
344
344
345
345
You would then compile your library in the `output/myLibrary` folder with `mvn package` and execute the codegen like such:
346
346
@@ -541,7 +541,7 @@ Your config file for Java can look like
541
541
For all the unspecified options default values will be used.
542
542
543
543
Another way to override default options is to extend the config class for the specific language.
544
-
To change, for example, the prefix for the Objective-C generated files, simply subclass the ObjcClientCodegen.java:
544
+
To change, for example, the prefix for the Objective-C generated files, simply subclass the `ObjcClientCodegen.java`:
545
545
546
546
```java
547
547
packagecom.mycompany.swagger.codegen;
@@ -790,7 +790,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
0 commit comments