Spring Boot for multi-environment configuration

Source: Internet
Author: User

In the actual project, we usually put some configuration files, these configuration files are environment-sensitive, the general environment has dev,test,prep,prod, respectively, corresponding development, testing, pre-release, production. So how do you implement different environments in the Spring boot project, using different configuration files?

First step: Define the application.properties of different environments

Application.properties Store Some of the common configuration.
And the most important configuration spring.profiles.active= @profiles. active@
Application-dev.properties corresponding development environment
Application-test.properties corresponding test environment
Application-prep.properties corresponding to pre-production environment
Application-prod.properties corresponding production environment

Step two: Define profile in Pom

Step three: Maven command packaging
Package-dmaven.test.skip=true-pdev

Then the configuration of Application-dev.properties and Application.properties will be in the package.

Specific code can refer to GitHub
Https://github.com/BruceZhangXL/wolf

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.