Payment service added

This commit is contained in:
Sven laptop
2026-07-28 23:18:19 +02:00
parent e64d706ee8
commit cb629b0e32
7 changed files with 78 additions and 2 deletions
+9 -1
View File
@@ -40,8 +40,16 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>