Application.yml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * application.properties")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[application.properties]]
* [[application.properties]]
=Overview=
The source should be placed in <tt>src/main/resource</tt> directory of the project.
=Defining Profile-Specific Properties=
{{Internal|Spring_Boot_Property_Injection#Defining_Profile-Specific_Properties_in_application.yml|Spring Boot Property Injection - Defining Profile-Specific Properties}}

Latest revision as of 18:35, 3 December 2018

Internal

Overview

The source should be placed in src/main/resource directory of the project.

Defining Profile-Specific Properties

Spring Boot Property Injection - Defining Profile-Specific Properties