feat: public api 90min rule, security config, floorplan drag-and-drop edit mode

This commit is contained in:
DanielS
2026-08-19 00:48:23 +02:00
parent 22469f557c
commit e942f3bee7
8 changed files with 332 additions and 68 deletions

View File

@@ -30,6 +30,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>