build native image
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
smallrye.jwt.sign.key.location=privateKey.pem
|
||||
|
||||
quarkus.native.additional-build-args =-H:ResourceConfigurationFiles=resources-config.json
|
||||
|
||||
|
||||
mp.jwt.verify.publickey.location=publicKey.pem
|
||||
mp.jwt.verify.issuer=https://example.com/issuer
|
||||
|
20
src/main/resources/resources-config.json
Normal file
20
src/main/resources/resources-config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"resources": [
|
||||
{
|
||||
"pattern": ".*\\.pem$"
|
||||
},
|
||||
{
|
||||
"pattern": "templates/mailer.txt"
|
||||
},
|
||||
{
|
||||
"pattern": "application.properties"
|
||||
},
|
||||
{
|
||||
"pattern": "quarkus-runtime-config-defaults.properties"
|
||||
},
|
||||
|
||||
{
|
||||
"pattern": ".*\\.json$"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user