|
|
@ -67,6 +67,8 @@
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
|
|
|
|
<!--打包成jar包时的名字-->
|
|
|
|
|
|
|
|
<finalName>mudu</finalName>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
@ -83,8 +85,7 @@
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<mainClass>com.mudu.mudu.MuduApplication</mainClass>
|
|
|
|
<mainClass>com.mudu.MuduApplication</mainClass>
|
|
|
|
<skip>true</skip>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|