Spring Boot base 4-Configuration Files-Multi-environment configuration

Source: Internet
Author: User

Source Address: Https://github.com/roncoo/spring-boot-demo

I. Benefits of multi-environment configuration:

1. Different environment configuration can be configured with different parameters

2. Easy to deploy, improve efficiency, reduce errors

Two. Properties Multi-environment configuration

1. Configure activation options

Spring.profiles.active=dev

2. Add additional Profiles

Three YAML Multi-environment configuration

1. Configure activation options

Spring

Profiles

Active:dev

2. Add three short lines in the configuration file to distinguish between the two English states

---

Spring

Profiles:dev

Four Comparison of two configuration methods

1. Properties configuration Multi-environment, need to add multiple configuration files, Yaml only need one accessory file

2. The difference in writing format, Yaml relatively concise, elegant

3. Yaml's disadvantage: it cannot be loaded by @propertysource annotations. If you need to load values using @propertysource annotations, use the properties file.

Five How to use

Java-jar Myapp.jar--spring.profiles.active=dev

Project Source Address

Follow me:

Spring Boot base 4-Configuration Files-Multi-environment configuration

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.