Inventory-system using spring boot & mvc& interceptor& https keystore & dockerfile & eureka-client& eureka-server
First go to inventory-system-eureka-server branch clone and run it
Then come to main branch clone it & run it
user can view the products & delete the products
user can change the price as (increasePercentage %) it reflect all products
http://localhost:8761/ ------------------------------> eureka server (first run eureka server)
https://localhost:8050/inventory/viewProducts.htm --> view All Products GET
https://localhost:8050/inventory/addProducts.htm --> Add Products GET
https://localhost:8050/inventory/load --> Add Products POST
https://localhost:8050/inventory/priceIncrease.htm --> Get (%) POST
https://localhost:8050/inventory/priceIncrease -->(max 1 to 50) POST
https://localhost:8050/inventory/view/{id} --> deleteById POST
For further details : https://github.com/Emmanuelraj/inventory-system/blob/interceptor/README.md
git clone -b inventory-system-eureka-server https://github.com/Emmanuelraj/inventory-system.git
syntax:
git clone -b branchname url of repo
mvn clean install - Plain maven clean and install