Signed-off-by: chy <chy@163.com>
This commit is contained in:
chy
2026-02-05 13:12:17 +08:00
parent 4f0e1bc860
commit 92674cff52
66 changed files with 1922 additions and 730 deletions

View File

@@ -11,7 +11,8 @@
"name": "lideeyunji.codegen.base-package",
"type": "java.lang.String",
"description": "生成的 Java 代码的基础包",
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties",
"defaultValue": "com.lideeyunji"
},
{
"name": "lideeyunji.codegen.db-schemas",
@@ -23,7 +24,8 @@
"name": "lideeyunji.codegen.front-type",
"type": "java.lang.Integer",
"description": "代码生成的前端类型(默认) 枚举 {@link CodegenFrontTypeEnum#getType()}",
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties",
"defaultValue": 10
}
],
"hints": []

View File

@@ -12,8 +12,8 @@ import org.apache.ibatis.type.JdbcType;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-02T00:49:12+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
date = "2026-02-05T07:33:46+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_391 (Oracle Corporation)"
)
public class CodegenConvertImpl implements CodegenConvert {

View File

@@ -10,8 +10,8 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-02T00:49:12+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
date = "2026-02-05T07:33:46+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_391 (Oracle Corporation)"
)
public class ConfigConvertImpl implements ConfigConvert {

View File

@@ -6,8 +6,8 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-02T00:49:12+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
date = "2026-02-05T07:33:46+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_391 (Oracle Corporation)"
)
public class FileConfigConvertImpl implements FileConfigConvert {

View File

@@ -4,8 +4,8 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-02T00:49:12+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
date = "2026-02-05T07:33:46+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_391 (Oracle Corporation)"
)
public class RedisConvertImpl implements RedisConvert {
}