add ssl/tls

- add expose port in gradle.properties
- update README.md
- update application.yml
This commit is contained in:
2025-07-31 13:11:59 +02:00
parent a44889da83
commit 61f215c3c7
4 changed files with 24 additions and 1 deletions

View File

@@ -427,6 +427,9 @@
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
}
.overflow-hidden {
overflow: hidden;
}
.overflow-x-auto {
overflow-x: auto;
}