Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7ceb7 commit c3c735eCopy full SHA for c3c735e
powerjob-server/powerjob-server-starter/pom.xml
@@ -58,8 +58,8 @@
58
<version>${springboot.version}</version>
59
<configuration>
60
<mainClass>tech.powerjob.server.PowerJobServerApplication</mainClass>
61
- <!-- 支持 server 作为 jar 包被外部系统集成 https://gitee.com/KFCFans/PowerJob/issues/I6H8JF -->
62
- <classifier>exec</classifier>
+ <!-- 支持 server 作为 jar 包被外部系统集成 https://gitee.com/KFCFans/PowerJob/issues/I6H8JF ,短期内为了兼容 CI 流程 deploy 阶段关闭注释,推 master 重新打开-->
+ <!-- <classifier>exec</classifier>-->
63
</configuration>
64
<executions>
65
<execution>
0 commit comments