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…
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…
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…