【新增】模块exam,judgement并修改pom文件,新增rabbitmq依赖

This commit is contained in:
任维炳
2025-04-18 13:50:04 +08:00
parent f7948b935f
commit 72532b1a98
27 changed files with 235 additions and 133 deletions

View File

@@ -12,7 +12,7 @@ import pc.exam.pp.module.infra.dal.dataobject.codegen.CodegenTableDO;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2025-04-17T13:07:54+0800",
date = "2025-04-18T13:31:34+0800",
comments = "version: 1.6.3, compiler: javac, environment: Java 17.0.13 (Oracle Corporation)"
)
public class CodegenConvertImpl implements CodegenConvert {

View File

@@ -10,7 +10,7 @@ import pc.exam.pp.module.infra.dal.dataobject.config.ConfigDO;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2025-04-17T13:07:54+0800",
date = "2025-04-18T13:31:34+0800",
comments = "version: 1.6.3, compiler: javac, environment: Java 17.0.13 (Oracle Corporation)"
)
public class ConfigConvertImpl implements ConfigConvert {

View File

@@ -6,7 +6,7 @@ import pc.exam.pp.module.infra.dal.dataobject.file.FileConfigDO;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2025-04-17T13:07:54+0800",
date = "2025-04-18T13:31:34+0800",
comments = "version: 1.6.3, compiler: javac, environment: Java 17.0.13 (Oracle Corporation)"
)
public class FileConfigConvertImpl implements FileConfigConvert {

View File

@@ -4,7 +4,7 @@ import javax.annotation.processing.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2025-04-17T13:07:54+0800",
date = "2025-04-18T13:31:34+0800",
comments = "version: 1.6.3, compiler: javac, environment: Java 17.0.13 (Oracle Corporation)"
)
public class RedisConvertImpl implements RedisConvert {