This commit is contained in:
Konstantin 2025-02-20 16:41:47 +03:00
parent e6019a3e3c
commit 181a3a1301
3 changed files with 4 additions and 6 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>NTO-2024</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RELEASE</version>
<properties>
<maven.compiler.source>11</maven.compiler.source>
@ -60,11 +60,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: com.example.nto.App