Skip to content

Commit 126b7ca

Browse files
authored
Fix Native Image resources
- Includes indices-h2-sql to Native Image - messages.properties are added by Spring Boot automatically meanwhile
1 parent b6695ea commit 126b7ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

srv/src/main/resources/META-INF/native-image/resource-config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"resources": {
33
"includes": [
44
{
5-
"pattern": "\\Qmessages.properties\\E"
6-
},
7-
{
8-
"pattern": "\\Qmessages_de.properties\\E"
5+
"pattern": "\\Qindices-h2.sql\\E"
96
}
107
]
118
}

0 commit comments

Comments
 (0)