feat: 添加字符集配置选项。

This commit is contained in:
Suomm 2023-07-26 17:54:35 +08:00
parent 5a75b31c79
commit 7c24bd2638

View File

@ -29,6 +29,11 @@ public enum ConfigurationKey {
*/
ENABLE("processor.enable", ""),
/**
* 生成文件的字符集
*/
CHARSET("processor.charset", "UTF-8"),
/**
* APT 代码生成路径
*/