|
|
@ -7,6 +7,7 @@ |
|
|
|
<groupId>org.example</groupId> |
|
|
|
<artifactId>MainApi</artifactId> |
|
|
|
<version>1.0-SNAPSHOT</version> |
|
|
|
<packaging>jar</packaging> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<maven.compiler.source>18</maven.compiler.source> |
|
|
@ -105,6 +106,9 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<mainClass>app.MainApi</mainClass> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|