@TestPropertySource: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


* [[Spring_Framework_Testing_Concepts#Annotations|Spring Framework Testing Concepts]]
* [[Spring_Framework_Testing_Concepts#Annotations|Spring Framework Testing Concepts]]
* [[@PropertySource]]


=Overview=
=Overview=


Test property sources have higher precedence than those loaded from the operating system’s environment or Java system properties as well as property sources added by the application declaratively through [[@PropertySource]] or programmatically.
Test property sources have higher precedence than those loaded from the operating system’s environment or Java system properties as well as property sources added by the application declaratively through [[@PropertySource]] or programmatically.

Revision as of 23:00, 13 December 2018

External

Internal

Overview

Test property sources have higher precedence than those loaded from the operating system’s environment or Java system properties as well as property sources added by the application declaratively through @PropertySource or programmatically.