-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Pratapi Hemant Patel opened SPR-16785 and commented
Currently @PropertySource supports only absolute path
@PropertySource("classpath:prod/a.properties") // supportedBut regex are not supported.
@PropertySource("classpath:prod/*.properties") // not supportedAffects: 4.3.16
Reference URL: https://stackoverflow.com/questions/50079355/add-all-properties-in-a-given-resources-folder-to-springs-environment-class
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement