From 0096736b3f689ca4be11b9bb58fa6e49e7f744cc Mon Sep 17 00:00:00 2001 From: mlabusch Date: Fri, 19 May 2017 11:26:12 +0200 Subject: [PATCH] [Task:] Add documentation --- changes_to_monolith/product.html | 2 +- .../microservice_stock/chapter/Struktur.tex | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/changes_to_monolith/product.html b/changes_to_monolith/product.html index 82cbed1..968f4a8 100644 --- a/changes_to_monolith/product.html +++ b/changes_to_monolith/product.html @@ -31,7 +31,7 @@

Product Name

- +

0,00 Euro

Description.

diff --git a/documentation/microservice_stock/chapter/Struktur.tex b/documentation/microservice_stock/chapter/Struktur.tex index 82aae5c..2b3eb42 100644 --- a/documentation/microservice_stock/chapter/Struktur.tex +++ b/documentation/microservice_stock/chapter/Struktur.tex @@ -150,15 +150,22 @@ private final String STOCKADMINFRONTENDTEMPLATE = "https://stock.pub.warehost.de @RequestMapping(value = "/stockadmin", method = RequestMethod.GET) public String redirect(Model model) {return "redirect:"+ this.STOCKADMINFRONTENDTEMPLATE; -} + } } \end{lstlisting} Weiter wurde die Ampeldarstellung der Verfügbarkeit unter \texttt{products.html} eingefügt. Hierfür wurde das \texttt{ProductDTO.java} um die Rückgabe der Produkt-ID erweitert. \begin{lstlisting}[caption=Anpassung products.html, language=HTML] - - +
+

Product Name

+ + + +

0,00 Euro

+

Description.

+
+
\end{lstlisting}