update for common plugin v0.2.0

- rename keys folder to cert
- update build.gradle.kts to use certificate plugin
- update catalog version
This commit is contained in:
2024-12-10 19:20:14 +01:00
parent 5c2e2e617e
commit 5d36099738
9 changed files with 22 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ spring:
version: "%APP_BUILD_OS_VERSION%"
jwt:
private-key: keys/private_key.pem
private-key: cert/private_key.pem
---
###############################