spring boot profiles example

Spring Boot Profiles Example

Table of Contents1. Overview2. Example2.1 pom.xml2.2 application-default.properties2.3 application-development.properties2.4 application-production.properties2.5 SpringBootConfig2.6 ProfileCheckControllerDemoRun with the default profile2. Run with development profile3. Run with the production profile3. References4. Souce Code 1. Overview This…

Spring Boot Devtools Configuration Intellij

Spring Boot Devtools Configuration Intellij

This article contains Spring Boot Devtools Configuration Intellij using maven with examples. Table of ContentsSpring Boot Devtools provide following functionalityAutomatic RestartExclude ResourcesWatch Addtional PathAdd maven dependency to pom.xml For Intellij perform following…

Spring boot change port

Spring boot change port

Table of Contents1. Overview2. Spring boot change port ways2.1 Spring Boot change port using application.propertiesapplication.propertiesapplication.yml2.2 Spring Boot change port using  EmbeddedServletContainerCustomizer2.3 Change port using Command line:3. References 1. Overview This…