Skip to content

Commit

Permalink
update openapi spec and code generator
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Nov 8, 2024
1 parent 81b1134 commit eb9e7bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions openapi/api.2b2t.vc.openapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"openapi": "3.0.1",
"info": {
"title": "2b2t.vc API",
"description": "2b2t Data And Statistics",
"version": "1.0.0"
},
"servers": [
{
"url": "https://api.2b2t.vc"
Expand Down
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<inputSpec>openapi/api.2b2t.vc.openapi.json</inputSpec>
<output>${project.build.directory}/generated-sources/openapi/api.2b2t.vc</output>
<generatorName>java</generatorName>
<skipValidateSpec>true</skipValidateSpec>
<skipValidateSpec>false</skipValidateSpec>
<library>native</library>
<apiPackage>${default.package}.handler</apiPackage>
<modelPackage>${default.package}.model</modelPackage>
Expand All @@ -174,9 +174,6 @@
<dateLibrary>java8</dateLibrary>
<generateClientAsBean>true</generateClientAsBean>
</configOptions>
<environmentVariables>
<models/>
</environmentVariables>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit eb9e7bc

Please sign in to comment.