WIP implementation of infrastructure layer of publication creation.

This commit is contained in:
Florian THIERRY
2024-03-11 14:37:45 +01:00
parent c19bd5407f
commit 7193e52f67
13 changed files with 291 additions and 3 deletions

View File

@@ -25,6 +25,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-data-jpa</artifactId>-->