Skip to content
Snippets Groups Projects
Commit 0c58663d authored by 黄晋's avatar 黄晋
Browse files

main class

parent 14ddeeab
Branches
No related merge requests found
......@@ -2,6 +2,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<parent>
<groupId>com.luca</groupId>
<artifactId>core</artifactId>
......@@ -87,6 +89,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.luca.pilot.PilotApplication</mainClass>
<skip>false</skip>
<excludes>
<exclude>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment