Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

thawk55/log-viewer

Repository files navigation

log-viewer

Dependencies

  1. Java
  2. Maven
  3. MySQL

Running

To build the application run mvn package. This will create the jar inside of the target directory. To run the application, you can run java -jar target/log-viewer-0.0.1-SNAPSHOT.jar

This will create a server on port 8080. Navigate to http://localhost:8080 to access the app.

You will also need to create a database. You can find table information in src/main/resources/schema.sql. Update src/main/resources/database.properties to have the correct database information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors