Testing Spring MVC form validations using a tool for MockMvcRequestBuilder Spring MVC Test Framework is great to test controllers without even running a Servlet container. However, it’s not always straightforward when dealing with form…
5 tips to reduce Docker image size Docker images can quickly weight 1 or more GB. Although the gigabyte price is decreasing, keeping your Docker images light will bring some benefits. This post will give…
Spring Boot & Docker with debug and Spring profiles Spring Boot and Docker are extremely popular. The Spring Boot adoption now hits 34% according to this survey: http://www.baeldung.com/java-8-spring-4-and-spring-boot-adoption. Docker adoption has…
Host multiple subdomains/applications on a single host using Docker Docker becomes more and more suitable for personal environments, especially with private servers, which can be migrated very often. A developer usually have more than…
Spring MVC – Access Spring profiles in JSP This post explains how to restrict access to an area, based on active Spring profile. By reading this, you will be able to access Spring profiles in JSP…