This repository was archived by the owner on Nov 11, 2025. It is now read-only.
1.0.2
SweetProperty 1.0.2 Released
- Use
net.lingala.zip4jto replace JDK's default function of creating compressed files and fix the problem that the JAR created by Gradle 8.0.2+
version on Windows platform is broken and the generated classes cannot be found - Refactor the loading function of the automatically generated code part, and add an error message that classes may not be found
- Deprecated
methodpropertiesFileName - Added
propertiesFileNamesmethod, now you can set a group of properties file names at the same time - Added
includeKeysmethod, now you can set an array of properties key names to include only - Added
keyValuesRulesmethod, now you can modify the actual parsing result of the value content during the properties key-values loading process
For more details, please check the changelog.
SweetProperty 1.0.2 已发布
- 使用
net.lingala.zip4j取代 JDK 默认创建压缩文档功能修复在 Windows 平台中 Gradle 8.0.2+ 版本创建的 JAR 损坏导致找不到生成的 Class 问题 - 重构自动生成代码部分的装载功能,增加可能找不到 Class 的错误提示
- 作废了
方法propertiesFileName - 新增
propertiesFileNames方法,现在你可以同时设置一组属性配置文件名称了 - 新增
includeKeys方法,现在你可以设置仅包含的属性键值名称数组了 - 新增
keyValuesRules方法,现在你可以在属性键值装载过程中修改键值内容的实际解析结果
详情请查看更新日志。