youfool-course/increpack.xml

26 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<increpack>
<!-- 版本服务器接口地址 -->
<increApi>http://172.22.80.91:8086/incre/control/upgradeRecord/getUpgradeByAppIdAndCodeId</increApi>
<!-- 应用ID -->
<appId>7c37692da73159e45f4e0bb79171d2ed</appId>
<!-- 工程ID -->
<codeId>0eb9da6c4f4491f5196186e3b64c31af</codeId>
<!--GIT服务器配置-->
<code>
<method>git</method> <!--托管的服务器方式 git、svn-->
<url>http://47.107.61.133:3000/youfool-project/youfool-prj-springboot-template.git</url>
<!--默认先从increApi获取打包补丁范围可以不填写当请求失败则再使用-->
<fromCommit>200edf923d9b74f023a1da1d4a6c196664fc639c</fromCommit> <!-- 起始的版本号, SHA-1码 -->
<untilCommit>8a19e1ae5ef47fea450a742788f6428750ea9afa</untilCommit> <!-- 截止的版本号, SHA-1码可以不配置默认取至最新版本 -->
</code>
<!-- 本地化配置文件,不用打包,以手工操作的方式进行升级 -->
<exclude>
<fileDir>src\main\resources\properties</fileDir>
<file>src\main\resources\application.yml</file>
</exclude>
<!-- 需要自定义的拷贝的jar文件 -->
<libs>
<jar>rl-common-1.0-SNAPSHOT.jar</jar>
<jar>rl-rpc-service-1.0-SNAPSHOT.jar</jar>
</libs>
</increpack>