Skip to content

A single HTML page web application backed by restful web service using Spring MVC Rest API

Notifications You must be signed in to change notification settings

theautonomy/spring-rest-book-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project implements restful web services using Spring MVC Rest API. Front end is a single HTML page which uses JQuery AJAX API to call the back end restful services.

  • How to run the application
    • Clone the project from github
    • Run with Maven and Tomcat 7
      • From a command prompt, enter the command: mvn tomcat7:run
    • Run with Maven and Jetty 8
      • From a command prompt, enter the command: mvn jetty:run
    • Visit the following URL from a browser:

About

A single HTML page web application backed by restful web service using Spring MVC Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published