-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement
Milestone
Description
This issue is about adding resource hints for application properties files, including:
- both
.properties
,.yml
andyaml
variants - supporting suffixed versions like
application-profile.properties
The related generated configuration by Spring Native is:
{
"pattern": "^application.*.properties"
},
{
"pattern": "^application.*.yaml"
},
{
"pattern": "^application.*.yml"
},
Metadata
Metadata
Assignees
Labels
theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement