<p>The triggered events can be monitored in the <strong>spring-boot console</strong></p>
<p>The triggered events can be monitored in the <strong>spring-boot console</strong></p>
<hr>
<hr>
<p>NOTE: Some actions can be personalized with query strings see: QUERY EXAMPLE</p>
<h2>Products</h2>
<h2>Products</h2>
<p>DEFAULT: Create a product with default values (name = poire) <ahref="/createProduct">/createProduct</a></p>
<p>DEFAULT: Create a product with default values (name = poire) <ahref="/createProduct">/createProduct</a></p>
<p>GET: Create a product that is an apple that costs 1.3 <ahref="/createProduct?name=apple&price=1.3">/createProduct?name=apple&price=1.3</a></p>
<p>QUERY EXAMPLE: Create a product that is an apple that costs 1.3 <ahref="/createProduct?name=apple&price=1.3">/createProduct?name=apple&price=1.3</a></p>
<h2>Accounts</h2>
<h2>Accounts</h2>
<p><em>Creation</em></p>
<p>DEFAULT: Create an account with default value (name = Orphée) <ahref="/createAccount">/createAccount</a></p>
<p>DEFAULT: Create an account with default value (name = Orphée) <ahref="/createAccount">/createAccount</a></p>
<p>GET: Create an account with name Ovide <ahref="/createAccount?name=Ovide">/createAccount?name=Ovide</a></p>
<p>QUERY EXAMPLE: Create an account with name Ovide <ahref="/createAccount?name=Ovide">/createAccount?name=Ovide</a></p>
<p>Credit 50.- to account with id 1 <ahref="/creditAccount?idAccount=1&amount=50">/creditAccount?idAccount=1&amount=50</a></p>
<p><em>Credit</em></p>
<p>DEFAULT: Credit 10.- to account with id 1 <ahref="/creditAccount">/creditAccount</a></p>
<p>QUERY EXAMPLE: Credit 50.- to account with id 1 <ahref="/creditAccount?idAccount=1&amount=50">/creditAccount?idAccount=1&amount=50</a></p>