feat(security): add support for message encryption with a key

This commit is contained in:
2025-09-15 08:25:06 +02:00
parent c541119cf0
commit d417a46a06
5 changed files with 102 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
info:
app:
version: @project.version@
app:
encryption:
secret: ${APP_ENCRYPTION_SECRET}
spring:
application:
name: restemailbridge
@@ -26,6 +29,7 @@ springdoc:
path: /v3/api-docs
swagger-ui:
path: /swagger-ui
show-actuator: true
server:
port: 8080