Class PropertyFilePropertySource

    • Constructor Detail

      • PropertyFilePropertySource

        public PropertyFilePropertySource​(java.lang.String fileName)
    • Method Detail

      • loadPropertiesFile

        private static java.util.Properties loadPropertiesFile​(java.lang.String fileName)
      • getPriority

        public int getPriority()
        Description copied from interface: PropertySource
        Returns the order in which this PropertySource has priority. A higher value means that the source will be applied later so as to take precedence over other property sources.
        Specified by:
        getPriority in interface PropertySource
        Overrides:
        getPriority in class PropertiesPropertySource
        Returns:
        priority value