RM-4394 (Add RM REST API Explorer project into Records Management Repo)

This commit is contained in:
Tuna Aksoy
2016-11-21 10:03:16 +00:00
parent 98121398bb
commit 171489d389
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -56,6 +56,7 @@
</executions>
<configuration>
<path>/api-explorer</path>
<port>8085</port>
</configuration>
</plugin>
</plugins>