OpenLiberty / iguide-microprofile-config-intro

Open Liberty MicroProfile Config Guide: https://openliberty.io/guides/microprofile-config-intro.html
Other
2 stars 2 forks source link

Feedback #4 to address from the playback #59

Closed steven1046 closed 6 years ago

steven1046 commented 6 years ago

Background concepts

Devops Pipeline example:

Injecting @ConfigProperty

Providing default values with injection step:

Configuring with properties file step:

Configuring with an environment variable step:

Configuring using a system property step:

Changing ordinal step:

Overall....

steven1046 commented 6 years ago

The copy button fix was implemented in https://github.com/OpenLiberty/iguides-common/pull/75

steven1046 commented 6 years ago

If you are working on one of these, add your name next to it so no one else picks it up.

dmorgant commented 6 years ago

Emily's response to having a property assigned a value in more than one microprofile-config.properties file, both on the classpath.....

"If the same property is specified in more than one microprofile-config.properties files, which file supplies the value is undetermined. In practice, the same config property should not occur in more than one microprofile-config.properties. If you want to determine its value, you should override it via system property or environment variables. Thanks Emily"

steven1046 commented 6 years ago

Fixed editor height in https://github.com/OpenLiberty/iguides-common/pull/76