This commit is contained in:
thinkgem
2023-06-28 09:50:09 +08:00
parent 64d694f025
commit 07e2fe4955
3 changed files with 3 additions and 27 deletions

View File

@@ -23,11 +23,7 @@
<finalName>web</finalName><!-- war or jar 包的名称 -->
<start-class>com.jeesite.modules.ApiApplication</start-class>
<!-- environment setting -->
<eclipse-plugin-download-sources>false</eclipse-plugin-download-sources>
<eclipse-plugin-download-javadocs>false</eclipse-plugin-download-javadocs>
<!-- docker setting -->
<docker.run.port>8980:8980</docker.run.port>
@@ -114,11 +110,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<downloadSources>${eclipse-plugin-download-sources}</downloadSources>
<downloadJavadocs>${eclipse-plugin-download-javadocs}</downloadJavadocs>
<wtpContextName>${finalName}</wtpContextName>
<wtpversion>2.0</wtpversion>
<jeeversion>6.0</jeeversion>
</configuration>
</plugin>