perf: azure deployment optimizations

This commit is contained in:
2026-04-15 16:25:31 -06:00
parent d09b0a34f1
commit fe3731d4cf
12 changed files with 177 additions and 29 deletions

View File

@@ -38,6 +38,16 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>