StringKe
|
1b21708c30
|
feat(dialect): 添加 PostgreSQL 方言实现
添加了 PostgreSQLJdbcDialect 类的实现,以支持 Postgres 数据库的代码生成功能。
主要避免关键词导致的生成失败比如 user
|
2024-05-26 12:46:02 +08:00 |
|
Suomm
|
852b1b222d
|
test: 测试代码生成器。
|
2024-05-15 19:44:35 +08:00 |
|
Suomm
|
52a26d0dea
|
fix: 修正 Controller 代码生成的主键类型。
|
2024-05-15 19:44:16 +08:00 |
|
Michael Yang
|
26a887e66f
|
refactor: optimize JdbcTypeMapping.java
|
2024-05-14 09:43:43 +08:00 |
|
Michael Yang
|
4c17ff1921
|
build: v1.8.9 release (^.^)YYa!!
|
2024-05-10 09:25:40 +08:00 |
|
Michael Yang
|
efcfa729f4
|
refactor: optimize Table.buildControllerRequestMappingPrefix
|
2024-05-07 16:08:15 +08:00 |
|
distantSail
|
c3a9e19a52
|
代码生成器生成的Controller配置@RequestMapping前缀路径。
issues链接:
https://gitee.com/mybatis-flex/mybatis-flex/issues/I96BBA
|
2024-05-03 07:38:54 +08:00 |
|
Michael Yang
|
cfd48ae10a
|
build: v1.8.8 release (^.^)YYa!!
|
2024-04-18 19:12:42 +08:00 |
|
cida
|
7d516d5640
|
fix: 将 GeneratorFactory.generators 的类型由 HashMap 替换为 LinkedHashMap,保证生成顺序,以解决生成顺序不确定产生的问题
- 如: 排除忽略列在 EntityGenerator 中,若 GeneratorFactory.generators 的类型为 HashMap,TableDef 先于 Entity 生成,导致 TableDef 中没有排除忽略列。
|
2024-04-16 18:46:30 +08:00 |
|
cida
|
b718a410eb
|
optimize: 将 buildAnnotations 方法中,拼接注解时的前导制表符替换为四个空格,与模板统一格式
|
2024-04-16 17:30:33 +08:00 |
|
cida
|
37d65a6043
|
optimize: 移除模板中多余的前导空格
|
2024-04-16 17:06:02 +08:00 |
|
Michael Yang
|
8796cb56a0
|
build: v1.8.7 release (^.^)YYa!!
|
2024-04-10 09:45:49 +08:00 |
|
Michael Yang
|
7931674d8d
|
refactor: optimize EnjoyTemplate.java
|
2024-04-08 18:45:16 +08:00 |
|
Michael Yang
|
4ffac6df3f
|
build: v1.8.6 release (^.^)YYa!!
|
2024-04-02 09:36:15 +08:00 |
|
Michael Yang
|
c3b7337687
|
build: v1.8.5 release (^.^)YYa!!
|
2024-04-01 10:11:19 +08:00 |
|
Suomm
|
b6c5d8ff19
|
fix: @Table 注解只有 value 时简化。
|
2024-03-29 13:03:38 +08:00 |
|
Suomm
|
e547e90dff
|
test: 测试生成内置数据脱敏处理器键(Masks)。
|
2024-03-29 12:22:18 +08:00 |
|
Suomm
|
b0a3b358d7
|
fix: 无法生成内置数据脱敏处理器键(Masks)的问题。
|
2024-03-29 12:21:49 +08:00 |
|
Suomm
|
5e1b5cd587
|
fix: EntityConfig 链式调用错误。
|
2024-03-29 11:58:55 +08:00 |
|
Suomm
|
590cb3ce15
|
test: 测试生成 @Column 注解。
|
2024-03-29 11:54:31 +08:00 |
|
Suomm
|
0c1b59e662
|
feat: 添加 “总是生成 @Column 注解” 选项。
|
2024-03-29 11:54:12 +08:00 |
|
Michael Yang
|
6c1fbd3898
|
build: v1.8.4 release (^.^)YYa!!
|
2024-03-25 15:01:36 +08:00 |
|
Michael Yang
|
44d21262f5
|
build: v1.8.3 release (^.^)YYa!!
|
2024-03-24 19:19:09 +08:00 |
|
Michael Yang
|
4c7093a837
|
test: optimize test
|
2024-03-24 11:24:49 +08:00 |
|
Michael Yang
|
a62faa0e5b
|
feat: add "comment" for coedgen
|
2024-03-24 11:18:51 +08:00 |
|
gongdonghui
|
8250d46d5f
|
新增测试用例
|
2024-03-20 18:42:39 +08:00 |
|
gongdonghui
|
630396b406
|
feat:策略配置StrategyConfig支持通配符功能
|
2024-03-20 16:10:34 +08:00 |
|
Suomm
|
dac7b3a7bd
|
fix: https://gitee.com/mybatis-flex/mybatis-flex/issues/I994N9
|
2024-03-17 12:48:45 +08:00 |
|
Suomm
|
11efddccb4
|
fix: 更新 TableDef 代码生成模板。
|
2024-03-11 21:41:15 +08:00 |
|
Suomm
|
22fd37f004
|
rebuild: 标记 TableDef 为废弃类。
|
2024-03-11 20:15:45 +08:00 |
|
Suomm
|
81c7d5c101
|
refactor: 使用 QueryTable 类替代 TableDef 类。
|
2024-03-11 15:32:02 +08:00 |
|
Michael Yang
|
d78386f2c8
|
refactor: rename "mapper" to "typeMapper" in JdbcTypeMapping.java
|
2024-03-06 15:44:12 +08:00 |
|
Michael Yang
|
aef53f23f8
|
build: v1.8.2 release (^.^)YYa!!
|
2024-03-05 18:47:14 +08:00 |
|
Michael Yang
|
9356905a73
|
refactor: optimize Table.java and StringUtil.java
|
2024-03-04 18:07:07 +08:00 |
|
Michael Yang
|
1d0192e665
|
refactor: optimize Table.java
|
2024-03-04 16:28:20 +08:00 |
|
Michael Yang
|
c60ccfba9e
|
build: v1.8.1 release (^.^)YYa!!
|
2024-03-02 11:04:22 +08:00 |
|
Michael Yang
|
4da740b7ef
|
feat: add superClassFactory config for EntityConfig.java
|
2024-03-01 18:07:41 +08:00 |
|
Michael Yang
|
774a7264f8
|
feat: add superClassFactory config for EntityConfig.java
|
2024-03-01 17:55:03 +08:00 |
|
Michael Yang
|
1f3f57cb1e
|
chore: optimize log for EntityGenerator.java
|
2024-02-28 09:41:47 +08:00 |
|
Michael Yang
|
1ac9a511f2
|
fix: 修复代码生成器设置类型为 java.util.List<String> 时,import 导入不正确的问题
|
2024-02-26 12:01:03 +08:00 |
|
Michael Yang
|
0ff7384581
|
refactor: refactor JdbcTypeMapper in "codegen" module
|
2024-02-26 11:24:18 +08:00 |
|
Michael Yang
|
407c8d5b68
|
build: v1.8.0 release (^.^)YYa!!
|
2024-02-23 10:32:22 +08:00 |
|
Accado
|
e3dad6708a
|
entityOrBase.tpl中命令占位符被替换后,entity里面多了一行空白行
Signed-off-by: Accado <caohenghui@163.com>
|
2024-02-22 00:52:33 +00:00 |
|
Michael Yang
|
1222aebfe8
|
build: v1.7.9 release (^.^)YYa!!
|
2024-02-04 13:30:46 +08:00 |
|
Michael Yang
|
f476bd80d5
|
refactor: optimize TableInfoFactory and codegen module
|
2024-02-03 16:13:55 +08:00 |
|
Michael Yang
|
5d7ce74343
|
build: v1.7.8 release (^.^)YYa!!
|
2024-02-01 10:11:00 +08:00 |
|
Michael Yang
|
a264a4cffb
|
test: optimize junit test
|
2024-01-30 16:58:51 +08:00 |
|
Michael Yang
|
34a82dda4c
|
feat: 代码生成器添加生成 BaseEntity 的支持 close #I7JH7K
|
2024-01-30 16:31:11 +08:00 |
|
Michael Yang
|
e2723e0ef6
|
feat: add sourceDir config for generators
|
2024-01-26 10:48:18 +08:00 |
|
hanjinfeng39
|
c50a990a69
|
为生成的实体类增加serialVersionUID字段
|
2024-01-20 11:59:22 +08:00 |
|