mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
feat: 添加字符集配置选项。
This commit is contained in:
parent
5a75b31c79
commit
7c24bd2638
@ -29,6 +29,11 @@ public enum ConfigurationKey {
|
|||||||
*/
|
*/
|
||||||
ENABLE("processor.enable", ""),
|
ENABLE("processor.enable", ""),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生成文件的字符集。
|
||||||
|
*/
|
||||||
|
CHARSET("processor.charset", "UTF-8"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APT 代码生成路径。
|
* APT 代码生成路径。
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user