app can be started

This commit is contained in:
ds
2026-03-25 01:04:15 +01:00
parent 987d8b933b
commit b28c86cc48
4 changed files with 11 additions and 0 deletions
+8
View File
@@ -22,6 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>21</java.version>
<server.port>8083</server.port>
</properties>
<dependencies>
@@ -35,6 +36,13 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
</dependency>
</dependencies>
<build>