build: swagger validation
This commit is contained in:
parent
6bbe66a428
commit
bd5fabec22
|
@ -59,7 +59,7 @@
|
||||||
<version>1.3.10</version>
|
<version>1.3.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fit2cloud</groupId>
|
<groupId>io.metersphere</groupId>
|
||||||
<artifactId>mybatis-tools</artifactId>
|
<artifactId>mybatis-tools</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
<plugin type="org.mybatis.generator.plugins.SerializablePlugin"/>
|
<plugin type="org.mybatis.generator.plugins.SerializablePlugin"/>
|
||||||
<plugin type="org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin"/>
|
<plugin type="org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin"/>
|
||||||
<plugin type="com.fit2cloud.tools.mybatis.swagger.ImportSwagger3Plugin"/>
|
<plugin type="io.metersphere.tools.mybatis.swagger.ImportSwagger3Plugin"/>
|
||||||
<plugin type="com.fit2cloud.tools.mybatis.swagger.ImportValidatorPlugin"/>
|
<plugin type="io.metersphere.tools.mybatis.validation.ImportValidatorPlugin"/>
|
||||||
|
|
||||||
<!-- Lombok插件 -->
|
<!-- Lombok插件 -->
|
||||||
<plugin type="com.itfsw.mybatis.generator.plugins.LombokPlugin">
|
<plugin type="com.itfsw.mybatis.generator.plugins.LombokPlugin">
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- 用来除去时间信息的,这在配合类似subversion的代码管理工具时使用很有效,因为可以减少没有必要的注释迁入 -->
|
<!-- 用来除去时间信息的,这在配合类似subversion的代码管理工具时使用很有效,因为可以减少没有必要的注释迁入 -->
|
||||||
<commentGenerator type="com.fit2cloud.tools.mybatis.swagger.SchemaAnnotationGenerator">
|
<commentGenerator type="io.metersphere.tools.mybatis.validation.SchemaAnnotationGenerator">
|
||||||
<property name="suppressDate" value="true"/>
|
<property name="suppressDate" value="true"/>
|
||||||
<!-- 关闭自动生成的注释 -->
|
<!-- 关闭自动生成的注释 -->
|
||||||
<property name="suppressAllComments" value="true"/>
|
<property name="suppressAllComments" value="true"/>
|
||||||
|
|
Loading…
Reference in New Issue