/WebCrawler

A simple web crawler which stores metadata and keywords in DB

Primary LanguageJavaApache License 2.0Apache-2.0

WebCrawler

How to start the Application?

  1. Create a Database named mito in MySQL(as the project is configured for that if you want to change you will have to add the connector dependency for the respective database and change the Database Configuration in application.properties file in /src/main/resources folder)
  2. Run the Application.java (located in /src/main/java/com/deepak/webcrawler folder) class as Spring Boot Application