gradle build fatJar
java -jar build/libs/webcrawler-all-1.0.jar startURL depth [poolSize=10]
Example: java -jar build/libs/webcrawler-all-1.0.jar http://ya.ru/ 3 100
- Add parent_id column to Page for hierarchy building.
- Check global uniqueness of URL before JPA-transaction.
- Kill URLs that is not global unique before they generated children.
- Fix 'GC overhead limit exceeded' when depth > 4.