Class PropertyFilePropertySource

    • Constructor Detail

      • PropertyFilePropertySource

        public PropertyFilePropertySource​(String fileName)
    • Method Detail

      • 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