Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 370 Bytes

lanShare

A Simple Java Servlet Application

This is an example java servlet app created with maven. No any frameworks except maven. It has one page. The downloadable files showing and new upload button after them.

Running:

mvn clean jetty:run - To run with jetty plugin

mvn clean package - To build war package to deploy to any web server