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…