From 171489d389e2a2d3092139fc060f4c38f6346739 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Mon, 21 Nov 2016 10:03:16 +0000 Subject: [PATCH] RM-4394 (Add RM REST API Explorer project into Records Management Repo) --- rm-community/rm-community-rest-api-explorer/README.md | 6 +++--- rm-community/rm-community-rest-api-explorer/pom.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rm-community/rm-community-rest-api-explorer/README.md b/rm-community/rm-community-rest-api-explorer/README.md index f2e5a8058d..289481ed58 100644 --- a/rm-community/rm-community-rest-api-explorer/README.md +++ b/rm-community/rm-community-rest-api-explorer/README.md @@ -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 diff --git a/rm-community/rm-community-rest-api-explorer/pom.xml b/rm-community/rm-community-rest-api-explorer/pom.xml index e0ea284067..84e073c0db 100644 --- a/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/rm-community/rm-community-rest-api-explorer/pom.xml @@ -56,6 +56,7 @@ /api-explorer + 8085