Spring Boot Setup, Start of ActivitiPub

This commit is contained in:
Tim Zöller 2025-11-27 23:31:03 +01:00
parent 0bc4fb3118
commit fe5bc54e92
21 changed files with 1695 additions and 9 deletions

15
pom.xml
View file

@ -54,6 +54,21 @@
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-spatial</artifactId>
</dependency>
<!-- Testcontainers for Dev Services -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-63</artifactId>