Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 317 Bytes

URL-Monitor

Lightweight web application that monitor status of web pages.

Quickstart for developer

  1. Clone this repository
  2. Create database schema urlmonitor in your mysql. (you can change connection settings in hibernate.properties)
  3. Run mvn clean package tomcat7:run