In this article, we’ll illustrate how to configure Spring boot profile for the tomcat server. Spring 3.1 onwards Spring team introduces a very use full concept call Profiles so that we can build a single package(jar, war) and that can be run/deployed in all environments (development, test, production ). Eclipse Tomcat: To…