diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 1cb74729e..d2f61e762 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -99,6 +99,14 @@ + + org.webjars + bootstrap + + + org.webjars.npm + bootstrap-icons + diff --git a/apps/rest-showcase/src/main/resources/struts.xml b/apps/rest-showcase/src/main/resources/struts.xml index 5a49e0e0d..289a30501 100644 --- a/apps/rest-showcase/src/main/resources/struts.xml +++ b/apps/rest-showcase/src/main/resources/struts.xml @@ -31,6 +31,7 @@ + <%=((HttpServletRequest)request).getContextPath()%> - + + @@ -44,7 +45,7 @@
-
diff --git a/apps/rest-showcase/src/main/webapp/WEB-INF/content/orders-edit.jsp b/apps/rest-showcase/src/main/webapp/WEB-INF/content/orders-edit.jsp index f2376412f..a35cdc83c 100644 --- a/apps/rest-showcase/src/main/webapp/WEB-INF/content/orders-edit.jsp +++ b/apps/rest-showcase/src/main/webapp/WEB-INF/content/orders-edit.jsp @@ -29,7 +29,8 @@ Orders <%=((HttpServletRequest)request).getContextPath()%> - + + @@ -44,22 +45,22 @@
-