Spring boot web application which parses eshop data, and then visualizes the amount and price of the items over time. The front end is created using Thymeleaf.
Author: David Kozak
Contact: [email protected]
- java 8 runtime
- maven
- mysql database
- provide credentials to access database in /src/main/resources/application.properties
- run with mvn spring-boot:run
- open your browser and go to localhost:8080
- login with credentials user user
- parsing single product does not persist the product with all dependencies
- parsing fails for a couple of products - see Log
- no pagination
- cannot limit number of threads to use for the parsing
- problems with Czech encoding