Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 227 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 227 Bytes

Web Crawler Test

A simple web crawler that crawls all pages within a given domain without following external links. It also outputs static assets each page depends on.

to run

./gradlew bootRun --args='<root-url>'