Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.17 KB

Webapp Bootstrap

This is a webapp-boostrap for a quick startup in creating Java based webapp. It includes a several famous frameworks such as Springframework, Hibernate and Twitter Boostrap. Use it as a starting point to create something more unique.

Getting Started

  1. You must install maven3 in you machine, you can find installation guide at here.
  2. To startup the webapp, you can run mvn clean compile jetty:run at the root of the project.
  3. After started webapp, you can browse to http://localhost:8080
  4. That's all to getting started. :)

Supported Container

  • Jetty 8
  • Tomcat 7
  • JBoss 7

Supported PaaS