|
@@ -14,25 +14,6 @@
|
|
|
<target>18</target>
|
|
<target>18</target>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
-
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
- <executions>
|
|
|
|
|
- <execution>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>repackage</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <classifier>spring-boot</classifier>
|
|
|
|
|
- <mainClass>
|
|
|
|
|
- Main
|
|
|
|
|
- </mainClass>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </execution>
|
|
|
|
|
- </executions>
|
|
|
|
|
- </plugin>
|
|
|
|
|
-
|
|
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</build>
|
|
</build>
|
|
|
|
|
|
|
@@ -57,11 +38,6 @@
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
<version>8.0.29</version>
|
|
<version>8.0.29</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
- <version>2.7.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</project>
|
|
</project>
|