From b6d4f6632a22fb299ca4cf1ac8ae8bca9cfa23e9 Mon Sep 17 00:00:00 2001 From: autumnal_wind@yeah.net <autumnal_wind@yeah.net> Date: 星期二, 28 五月 2024 12:14:26 +0800 Subject: [PATCH] feat: 代码生成器优化 --- hs-modules/hs-generator/src/main/resources/generator.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hs-modules/hs-generator/src/main/resources/generator.yml b/hs-modules/hs-generator/src/main/resources/generator.yml index ab3636a..bff6e7b 100644 --- a/hs-modules/hs-generator/src/main/resources/generator.yml +++ b/hs-modules/hs-generator/src/main/resources/generator.yml @@ -1,7 +1,7 @@ # 代码生成 gen: # 作者 - author: Lion Li + author: Bo Yu # 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool packageName: com.sunsail.system # 自动去除表前缀,默认是false -- Gitblit v1.8.0