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
<plugin>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc-maven-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<!--Specify the configuration file used for generating the documentation, placed in your own project-->
<configFile>./src/main/resources/smart-doc.json</configFile>
<!--Specify the project name-->
<projectName>测试</projectName>
<includes>
<include>com.alibaba:fastjson</include>
</includes>
</configuration>
<executions>
<execution>
<!--If you do not need to start smart-doc when compiling, comment out the phase-->
<phase>compile</phase>
<goals>
<!--smart-doc provides goals like html, openapi, markdown, etc., which can be configured as needed-->
</goals>
</execution>
</executions>
</plugin>
The text was updated successfully, but these errors were encountered:
shalousun
changed the title
当 requestExample 设置为 false 时,样例数据无法移除
When 'requestExample' is set to false, the sample data cannot be removed.
Jul 2, 2024
Expected Behavior (What you expect to happen)
Current Behavior (What is actually happening)
Steps to Reproduce (Bug reproduction steps, please provide test code if possible)
This issue occurs with any interface.
Context (Description of the bug's impact)
It causes OpenAPI to generate code using data from the examples to modify class names
I have confirmed that I deleted the built openapi.json,
I have confirmed that I deleted the build target before clicking the plugin button,
I have confirmed that I stopped the project before starting to generate,
I have confirmed that I entered false instead of "false"
smart-doc.json (local, privacy not affected)
pom.xml configuration
The text was updated successfully, but these errors were encountered: