mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-4394 (Add RM REST API Explorer project into Records Management Repo)
This commit is contained in:
@@ -14,14 +14,14 @@ This is useful for changing documentation and endpoint descriptions but it means
|
|||||||
|
|
||||||
- ` mvn clean install -Pstart-api-explorer`
|
- ` mvn clean install -Pstart-api-explorer`
|
||||||
|
|
||||||
Now the application is running at [http://localhost:8080/api-explorer](http://localhost:8080/api-explorer/)
|
Now the application is running at [http://localhost:8085/api-explorer](http://localhost:8085/api-explorer/)
|
||||||
|
|
||||||
#### Config option
|
#### Config option
|
||||||
You can run tomcat on another port using the following command
|
You can run tomcat on another port using the following command
|
||||||
|
|
||||||
- ` mvn clean install -Pstart-api-explorer -Dmaven.tomcat.port=8085`
|
- ` mvn clean install -Pstart-api-explorer -Dmaven.tomcat.port=8086`
|
||||||
|
|
||||||
Then the application will run at [http://localhost:8085/api-explorer](http://localhost:8085/api-explorer/)
|
Then the application will run at [http://localhost:8086/api-explorer](http://localhost:8086/api-explorer/)
|
||||||
|
|
||||||
### License
|
### License
|
||||||
Copyright (C) 2016 Alfresco Software Limited
|
Copyright (C) 2016 Alfresco Software Limited
|
||||||
|
@@ -56,6 +56,7 @@
|
|||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<path>/api-explorer</path>
|
<path>/api-explorer</path>
|
||||||
|
<port>8085</port>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Reference in New Issue
Block a user