Bootstrap.yml: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spring Boot Property Injection =Overview=") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Spring_Boot_Property_Injection#Spring_Boot_and_Profiles|Spring Boot Property Injection]] | * [[Spring_Boot_Property_Injection#Spring_Boot_and_Profiles|Spring Boot Property Injection]] | ||
* [[Spring_Property_Injection_Concepts#bootstrap.yml|Spring Property Injection Concepts]] | |||
* [[Spring Cloud Config Server]] | |||
=Overview= | =Overview= | ||
The bootstrap.yml (or bootstrap.properties) configures the bootstrap phase of the application context. For a description of the process, see [[Spring_Cloud_Config_Server#Overview|Spring Cloud Config Server Overview]]. |
Latest revision as of 22:50, 16 April 2019
Internal
Overview
The bootstrap.yml (or bootstrap.properties) configures the bootstrap phase of the application context. For a description of the process, see Spring Cloud Config Server Overview.