Application with AngularJS + Spring Boot


In this tutorial, we will look at the application with AngularJS on the front-end and Spring-Boot in the back end.

AngularJS is a JavaScript-based open-source front-end web application framework developed to address many of the challenges encountered in developing single-page applications. More information at https://angularjs.org/

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". Spring Boot favors convention over configuration and is designed to get you up and running as quickly as possible.More information at https://projects.spring.io/spring-boot/

Restangular is an AngularJS service 
that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API. More information at https://github.com/mgonto/restangular

AngularJS Toaster is an AngularJS port of the toastr non-blocking notification jQuery library. More information at https://github.com/jirikavi/AngularJS-Toaster

Run bower install in project root folder this will download all front-end dependencies.

Find this project on Github

https://github.com/javacodenet/ng-spring

Download the source code zip

Download

pom.xml


EmployeeRestController.java


EmployeeDTO.java


Employee.java


EmployeeRepository.java


EmployeeService.java


Application.java


app.js


restangular-services.js


controllers.js


services.js


index.html


application.properties


bower.json


Output:




Comments

Post a Comment

Popular posts from this blog

Generate Random values in Spring boot

Generate PDF From XML Or Java Object Using Apache FOP

Generate/Read an Excel file in Java using Apache POI