AngularJS CRUD Application with Spring Data REST 1. Overview In this tutorial, we’re going to create an example of a simple CRUD application using AngularJS for the front-end and Spring Data REST for the back-end. 2. Creating the REST Data Service In order to create the support for persistence, we’ll… Continue Reading angularjs-crud-with-spring-data-rest

Guide to @ConfigurationProperties in Spring Boot 1. Introduction One handy feature of Spring Boot is externalized configuration and easy access to properties defined in properties files. An earlier article described various ways in which this can be done. We are now going to explore the @ConfigurationProperties annotation in greater detail.… Continue Reading configuration-properties-in-spring-boot

Spring Boot Application as a Service 1. Overview This article explores some options of running Spring Boot applications as a service. Firstly, we are going to explain web applications’ packaging options and system services. In the subsequent sections, we explore different alternatives we have when setting up a service for… Continue Reading spring-boot-app-as-a-service