Skip to content

An example application using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer

Notifications You must be signed in to change notification settings

rgarciape/angularjs-springmvc-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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, 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.
<pre>
git clone https://github.com/hantsy/angularjs-springmvc-sample
</pre>
  1. And enter the root folder, run mvn tomcat7:run to start up an embedded tomcat7 to serve this application.
<pre>
mvn tomcat7:run
</pre>
  1. Go to http://localhost:8080/angularjs-springmvc-sample/ to test it.

The detailed steps will be added in the wiki pages of this project soon.

About

An example application using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.0%
  • HTML 19.6%
  • JavaScript 18.3%
  • CSS 0.1%