<!--增加swagger-plugin-->
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<apiSources>
<apiSource>
<springmvc>false</springmvc>
<locations></locations>
<schemes>http,https</schemes>
<host>xxxx</host>
<basePath>/api</basePath>
<info>
<title>Swagger Maven Plugin Sample</title>
<version>v1</version>
<description>
This is a sample.
</description>
<termsOfService>
/kongchen/swagger-maven-plugin
</termsOfService>
<contact>
<email>xxx</email>
<name>xxx</name>
<url>xxx</url>
</contact>
<license>
<url>http://www.apache.org/licenses/LICENSE-2.</url>
<name>Apache 2.0</name>
</license>
</info>
<securityDefinitions>
</securityDefinitions>
<swaggerDirectory>${basedir}/src/main/generated</swaggerDirectory>
</apiSource>
</apiSources>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId></groupId>
<artifactId>swagger-hibernate-validations</artifactId>
<version>1.5.6</version>
</dependency>
</dependencies>
</plugin>
相关文章
- swagger-maven-plugin自动生成(Jersey项目)
- swagger-maven-plugin自动生成(springmvc项目)
- android在进行创建项目gen下没有自动生成
- NLP+VS=>Image Caption︱自动生成图像标题技术论文+相关项目
- wps 项目进度_wps excle做甘特图|如何利用excel自动生成施工进度计划横道图
- thinkphp应用目录不可写,目录无法自动生成! 请手动生成项目目录~
- Spring Boot项目中使用MyBatis Generator (MBG) 自动生成Mapper文件
- 基于 Vue.js 之 iView UI 框架非工程化实践记要 使用 Newtonsoft.Json 操作 JSON 字符串 基于.net core实现项目自动编译、并生成nuget包 webpack + vue 在dev和production模式下的小小区别 这样入门asp.net core 之 静态文件 这样入门asp.net core,如何
- 解决IDEA中创建普通Maven项目不能(没有)自动生成src main resources目录问题
- 米扑科技的开源项目:sitemap-php 自动生成网站地图