代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8" ?>
<project>
<modelVersion>4.0.0</modelVersion>
<name>Alfresco Core REST API</name>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-core-rest-api</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<srcdir>${project.basedir}/src</srcdir>
<api-version>1.1-SNAPSHOT</api-version>
<api-defs-dir>${project.basedir}/definitions</api-defs-dir>
<swagger-codegen-version>3.0.20</swagger-codegen-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>${swagger-codegen-version}</version>
<executions>
<!--CONTENT START-->
<execution>
<id>generate-core-api</id>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<inputSpec>${api-defs-dir}/alfresco-core.yaml</inputSpec>
<language>typescript-node</language>
<output>${srcdir}/content-rest-api</output>
<configOptions>
<projectVersion>0.1.0</projectVersion>
<usePromises>true</usePromises>
</configOptions>
</configuration>
</execution>
<!--CONTENT END-->
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-cli</artifactId>
<version>2.1.2</version>
</dependency>
</dependencies>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。