# angularjs-springmvc-sample **Repository Path**: larrychen1990/angularjs-springmvc-sample ## Basic Information - **Project Name**: angularjs-springmvc-sample - **Description**: An example application using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README angularjs-springmvc-sample ========================== An example application using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer. ##Requirements * JDK 8 Oracle Java 8 is required, go to [Oracle Java website](http://java.oracle.com) to download it and install into your system. Optionally, you can set **JAVA\_HOME** environment variable and add *<JDK installation dir>/bin* in your **PATH** environment variable. * Apache Maven Download the latest Apache Maven from [http://maven.apache.org](http://maven.apache.org), and uncompress it into your local system. Optionally, you can set **M2\_HOME** environment varible, and also do not forget to append *<Maven Installation dir>/bin* your **PATH** environment variable. ## Run this project 1. Clone the codes.
git clone https://github.com/hantsy/angularjs-springmvc-sample
2. And enter the root folder, run `mvn tomcat7:run` to start up an embedded tomcat7 to serve this application.
mvn tomcat7:run
3. Go to [http://localhost:8080/angularjs-springmvc-sample/](http://localhost:8080/angularjs-springmvc-sample/) to test it.
*The detailed steps will be added in the wiki pages of this project soon.*