|
@@ -192,13 +192,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>
|
|
|
- <!--
|
|
|
|
|
- <excludes>
|
|
|
|
|
- <exclude>
|
|
|
|
|
- <groupId>com.sap</groupId>
|
|
|
|
|
- <artifactId>sapjco3</artifactId>
|
|
|
|
|
- </exclude>
|
|
|
|
|
- </excludes> -->
|
|
|
|
|
|
|
+ <mainClass>cn.iocoder.yudao.server.YudaoServerApplication</mainClass>
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
<executions>
|
|
<executions>
|