Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 555 Bytes

File metadata and controls

27 lines (18 loc) · 555 Bytes

AngularJS-RESTful-Sample

It's a Todo sample for AngularJS and Java RESTful

This sample project dependent on Java7 and using Maven to build product.

Getting Started

First, download this project

$ git clone https://github.com/AllenFang/AngularJS-RESTful-Sample.git

Then, open eclipse and select "File > import > Maven > Existing Maven Projects > {Select Directory} > Finish"

Finally, add this project to your Java web container(Ex: tomcat) and run.

Build

$ mvn clean install

Run

$ mvn tomcat7:run