17 lines
979 B
XML
17 lines
979 B
XML
|
|
<increpack>
|
|||
|
|
<!--GIT服务器配置-->
|
|||
|
|
<git>
|
|||
|
|
<url>http://47.107.61.133:3000/chinaweal/youfool-increpack.git</url>
|
|||
|
|
<localRepo>D:\chinaweal\gitea-code\youfool-pms</localRepo> <!-- 工程文件所在地址(.git所在目录) -->
|
|||
|
|
<fromCommit>8c7ff00218565019ad898b25158ef397170b6432</fromCommit> <!-- 起始的版本号, SHA-1码 -->
|
|||
|
|
<untilCommit>054e33b95fa75511dc2efb26ddc781e8ffd21356</untilCommit> <!-- 截止的版本号, SHA-1码(可以不配置,默认取至最新版本) -->
|
|||
|
|
</git>
|
|||
|
|
<!-- 本地化配置文件,不用打包,以手工操作的方式进行升级 -->
|
|||
|
|
<exclude>
|
|||
|
|
<file>src\main\resources\application.yml</file>
|
|||
|
|
<file>src\main\resources\application-dev.yml</file>
|
|||
|
|
<file>src\main\resources\application-prod.yml</file>
|
|||
|
|
<file>src\main\resources\logback-spring.xml</file>
|
|||
|
|
<file>src\main\resources\properties\codeCenerator.properties</file>
|
|||
|
|
</exclude>
|
|||
|
|
</increpack>
|