Add: complete MPaste service rewritten in Spring

This commit is contained in:
Jose
2026-02-24 02:39:01 +01:00
parent 7c70af6a8c
commit f579af11a7
16 changed files with 676 additions and 5 deletions

View File

@@ -31,10 +31,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
@@ -58,7 +54,13 @@
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependency>
<groupId>net.miarma</groupId>
<artifactId>backlib</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>