Injecting Git Information Into Spring 1. Overview In this tutorial, we’re going to show how to inject Git repository information into a Maven-built Spring Boot-based application. In order to do this we will use maven-git-commit-id-plugin – a handy tool created solely for this purpose. 2. Maven Dependencies Let’s add a… Continue Reading spring-git-information

Cucumber Spring Integration 1. Overview Cucumber is a very powerful testing framework written in the Ruby programming language, which follows the BDD (behavior-driven development) methodology. Its intent is to enable developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn them into… Continue Reading cucumber-spring-integration

Spring REST API with Protocol Buffers 1. Overview Protocol Buffers is a language and platform neutral mechanism for serialization and deserialization of structured data, which is proclaimed by Google, its creator, to be much faster, smaller and simpler than other types of payloads, such as XML and JSON. This tutorial… Continue Reading spring-rest-api-with-protocol-buffers

Deploy a Spring Boot Application to Google App Engine Cloud DevOps Spring 1. Overview In this tutorial, we’ll show how to deploy an application from our Bootstrap a Simple Application using Spring Boot tutorial to App Engine on Google Cloud Platform. As part of this we’ll: Configure Google Cloud Platform Console and SDK Use… Continue Reading spring-boot-google-app-engine