create jar file #2

Open
student-g-gaydaenko wants to merge 5 commits from Kristall-org/NTO-2026-Backend-TeamTask-Template:main into main
2 changed files with 19 additions and 0 deletions
Showing only changes of commit 29c44d684f - Show all commits

18
pom.xml
View File

@ -58,4 +58,22 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -0,0 +1 @@
server.port=49155