Skip to content

Commit 29d9931

Browse files
committed
release: 0.4.2
1 parent 4757f05 commit 29d9931

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Without `-l`, Java Guard only processes the input JAR. It does not compile the l
144144
# ./config.yml
145145
matches:
146146
- "com/yourcompany/**" # Encryption path pattern
147+
- "BOOT-INF/classes/com/yourcompany/*"
147148
- "META-INF/resources/*"
148149

149150
key: your_encryption_key # AES key; may be omitted and generated during encryption

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ java -jar target/java-guard-*.jar \
143143
```yaml
144144
# ./config.yml
145145
matches:
146-
- "com/yourcompany/**" # 加密路径匹配规则
146+
- "com/yourcompany/*" # 加密路径匹配规则
147+
- "BOOT-INF/classes/com/yourcompany/*"
147148
- "META-INF/resources/*"
148149

149150
key: your_encryption_key # AES 密钥;加密时可省略并自动生成

jg-launcher

0 commit comments

Comments
 (0)