Allow public GET access to services and categories

This commit is contained in:
2026-03-08 15:17:49 -06:00
parent 992e610e4b
commit 68087c8f82
17 changed files with 699 additions and 4 deletions

View File

@@ -43,6 +43,11 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>