swagger-maven-example icon indicating copy to clipboard operation
swagger-maven-example copied to clipboard

Example of using swagger-maven-plugin (https://github.com/kongchen/swagger-maven-plugin)

Results 22 swagger-maven-example issues
Sort by recently updated
recently updated
newest added

I have problem with generated html doc file. It is blank / 404 when I open it in browser. Can someone investigate it? :) ![image](https://user-images.githubusercontent.com/23439078/199952666-251be30a-aa50-409f-bf26-e6a28460c3ba.png) ![image](https://user-images.githubusercontent.com/23439078/199952858-dd07cbf7-845a-4f75-9b62-df2b3a8db6f5.png)

[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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.0.1&new-version=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...

dependencies

Bumps logback-core from 1.0.1 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.0.1&new-version=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...

dependencies

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...

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...

![image](https://user-images.githubusercontent.com/29157770/50810793-697dc780-1346-11e9-8106-64b329c8d846.png) thinks