Erweiterungen

This commit is contained in:
2025-08-18 12:24:09 +02:00
parent 46da23928c
commit b2b3661195
7 changed files with 333 additions and 7 deletions

10
pom.xml
View File

@@ -93,6 +93,16 @@
<version>2.0.1</version>
</dependency>
<!-- WebSocket and STOMP Dependencies for messaging -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
</dependency>
</dependencies>
<build>