working but not tested

This commit is contained in:
irving
2025-12-24 10:55:26 -05:00
parent 90849e5267
commit a7e567e9b4
22 changed files with 997 additions and 1 deletions

View File

@@ -25,6 +25,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- Flyway -->
<dependency>
<groupId>org.flywaydb</groupId>