Sixth Round of Improvements to the Reddit Application 1. Overview In this article we’re going to be almost wrapping up the improvements to the Reddit application. 2. Command API Security First, we’re going to do some work to secure the command API to prevent manipulating of resources by users other… Continue Reading reddit-web-app-improvements-6

Override Properties in Spring’s Tests 1. Overview In this tutorial, we’ll have a look at various ways to override properties in Spring’s tests. Spring actually provides a number of solutions for this, so we have quite a bit to explore here. 2. Dependencies Of course, in order to work with… Continue Reading spring-tests-override-properties