Skip to content

Commit

Permalink
Merge pull request #96 from avaje/feature/native-image-support
Browse files Browse the repository at this point in the history
Add support for native-image with embedded resource-config.json
  • Loading branch information
rob-bygrave authored Oct 17, 2023
2 parents ee173a5 + 966e976 commit a1998ac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
spaces_around_operators = true

[*.json]
indent_size = 0
indent_style = tab
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"resources": [
{
"pattern": "application.properties"
},
{
"pattern": "application.yaml"
},
{
"pattern": "application.yml"
}
]
}

0 comments on commit a1998ac

Please sign in to comment.