-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: documentationA documentation taskA documentation task
Milestone
Description
Status Quo
As discussed in #26443, the Resources section of the reference documentation is very outdated, focusing primarily on XML-based configuration of the resource locations for the ApplicationContext
and not directly mentioning ResourcePatternResolver
at all.
Deliverables
- Document the
ResourcePatternResolver
API as an alternative to theResourceLoader
API. - Document
PathResource
as a built-inResource
. - Consider providing examples where resources are injected into fields of type
Resource
orResource[]
in@Configuration
classes or annotated components via@Autowired
or@Value
semantics.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: documentationA documentation taskA documentation task