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`
|
||||
|
||||
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
|
||||
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
|
||||
Copyright (C) 2016 Alfresco Software Limited
|
||||
|
@@ -56,6 +56,7 @@
|
||||
</executions>
|
||||
<configuration>
|
||||
<path>/api-explorer</path>
|
||||
<port>8085</port>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
Reference in New Issue
Block a user