feat: ingredient controller, websocket messages, ingredient controller tests

This commit is contained in:
Natalia Cholewa 2025-12-05 14:38:43 +01:00
commit 3af808ef58
13 changed files with 498 additions and 9 deletions

View file

@ -47,6 +47,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-api</artifactId>
<version>3.0.6</version>
<scope>compile</scope>
</dependency>
</dependencies>