swagger-maven-example
swagger-maven-example copied to clipboard
Example of using swagger-maven-plugin (https://github.com/kongchen/swagger-maven-plugin)
I have problem with generated html doc file. It is blank / 404 when I open it in browser. Can someone investigate it? :)  
[swagger.example.txt](https://github.com/kongchen/swagger-maven-example/files/7334512/swagger.example.txt)
Hi, As this plugin run when we execute `mvn swagger:generate`, how is it possible to run in this plugin `mvn clean install` phase? Thanks
Bumps logback-classic from 1.0.1 to 1.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps logback-core from 1.0.1 to 1.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
up to version 3.1.7 the project compiles. With version 3.1.8 an "NullPointerException " error occurs. Log: ```log [INFO] Scanning for projects... [INFO] [INFO] ------------< swagger-maven-example:swagger-maven-example >------------- [INFO] Building swagger-maven-example 1.0-SNAPSHOT...
Hi, Trying to exclude some fields in a model, which is achieved by `@JsonView` through interfaces, which works well on the responses we want to exclude. However, we found out...
Is there a way to display the "allowableValues" via the template?
I am using plugin version 3.1.8. When running the plugin, the AbstractDocumentSource is having an issue instantiating com.github.kongchen.swagger.docgen.spring.SpringSwaggerExtension class. Here is the full stack trace: Caused by: com.github.kongchen.swagger.docgen.GenerateException: Cannot load...
 thinks