Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

优化自动排包的配置方式 #330

@lvjing2

Description

@lvjing2

问题描述

当前使用自动排包功能需要配置步骤较多,容易踩坑

  1. 从站点拷贝 rules.txt 文件下来,放在本工程 ./conf/ark/ 目录下
  2. 还需要在 pom.xml 里配置 packExcludesConfig
  3. packExcludesConfig 配置的值不能是 ./conf/ark/rules.txt 而只能是 rules.txt

问题解决思路

提供默认能力,继续使用 ark 提供的默认配置文件,在 conf/ark/bootstrap.properties, 或者 conf/ark/bootstrap.properties 里定义自动排包的配置key和value

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions