Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 471 Bytes

angularContacts

POC that shows how to integrate AngularJS and REST services using Spring.It also shows how to use Spring JPA for interacting with the database.

Spring-Boot generates a single standalone .jar that "magically" (Spring rocks!) sets up the entire application (angular content, services, application server, etc)..

How to run

$ mvn clean package
$ java -jar target/(filename).jar

Browse to http://localhost:8080

Version

1.0.0