From 1c29efa5e6cae21d54680895a48c1e83f1430c7f Mon Sep 17 00:00:00 2001 From: MMS Date: Wed, 2 Jul 2025 00:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96SpringDoc=20=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/sxpcwlkj/GeneratePassword.java | 2 +- .../com/sxpcwlkj/MmsAdminApplication.java | 2 +- .../java/com/sxpcwlkj/ServletInitializer.java | 2 +- .../config/SaTokenStpInterfaceImpl.java | 2 +- .../system/controller/AuthController.java | 44 ++++++++++--------- .../system/controller/CaptchaController.java | 3 +- .../system/controller/CommonController.java | 7 +-- .../system/controller/HomeController.java | 3 +- .../controller/SysConfigController.java | 3 +- .../system/controller/SysDeptController.java | 4 +- .../system/controller/SysDictController.java | 3 +- .../controller/SysFunctionController.java | 3 +- .../controller/SysNoticeController.java | 4 +- .../system/controller/SysOssController.java | 3 +- .../system/controller/SysRoleController.java | 3 +- .../system/controller/SysUserController.java | 3 +- .../sxpcwlkj/system/entity/AdminMenuTree.java | 2 +- .../com/sxpcwlkj/system/entity/SysConfig.java | 2 +- .../com/sxpcwlkj/system/entity/SysDept.java | 2 +- .../com/sxpcwlkj/system/entity/SysDict.java | 2 +- .../sxpcwlkj/system/entity/SysDictData.java | 2 +- .../sxpcwlkj/system/entity/SysFunction.java | 2 +- .../com/sxpcwlkj/system/entity/SysNotice.java | 2 +- .../com/sxpcwlkj/system/entity/SysOss.java | 2 +- .../sxpcwlkj/system/entity/SysOssConfig.java | 2 +- .../com/sxpcwlkj/system/entity/SysPost.java | 2 +- .../com/sxpcwlkj/system/entity/SysRole.java | 2 +- .../system/entity/SysRoleFunction.java | 2 +- .../com/sxpcwlkj/system/entity/SysTenant.java | 2 +- .../system/entity/SysTenantPackage.java | 2 +- .../com/sxpcwlkj/system/entity/SysUser.java | 2 +- .../sxpcwlkj/system/entity/SysUserRole.java | 2 +- .../sxpcwlkj/system/entity/bo/EmailBo.java | 2 +- .../system/entity/bo/LoginBodyBo.java | 24 +++++----- .../sxpcwlkj/system/entity/bo/ResetPwdBo.java | 2 +- .../system/entity/bo/ResetPwdSuperBo.java | 2 +- .../system/entity/bo/SetUserRoleSuperBo.java | 2 +- .../com/sxpcwlkj/system/entity/bo/SmsBo.java | 2 +- .../system/entity/bo/SysConfigBo.java | 2 +- .../sxpcwlkj/system/entity/bo/SysDeptBo.java | 2 +- .../sxpcwlkj/system/entity/bo/SysDictBo.java | 2 +- .../system/entity/bo/SysDictDataBo.java | 2 +- .../system/entity/bo/SysFunctionBo.java | 2 +- .../system/entity/bo/SysNoticeBo.java | 2 +- .../sxpcwlkj/system/entity/bo/SysOssBo.java | 2 +- .../system/entity/bo/SysOssConfigBo.java | 2 +- .../sxpcwlkj/system/entity/bo/SysRoleBo.java | 2 +- .../sxpcwlkj/system/entity/bo/SysUserBo.java | 2 +- .../system/entity/export/SysDeptExport.java | 2 +- .../system/entity/export/SysNoticeExport.java | 2 +- .../system/entity/export/SysUserExportVo.java | 2 +- .../system/entity/vo/SysConfigVo.java | 2 +- .../sxpcwlkj/system/entity/vo/SysDeptVo.java | 2 +- .../system/entity/vo/SysDictDataVo.java | 2 +- .../sxpcwlkj/system/entity/vo/SysDictVo.java | 2 +- .../system/entity/vo/SysFunctionVo.java | 2 +- .../system/entity/vo/SysNoticeVo.java | 2 +- .../system/entity/vo/SysOssConfigVo.java | 2 +- .../sxpcwlkj/system/entity/vo/SysOssVo.java | 2 +- .../sxpcwlkj/system/entity/vo/SysRoleVo.java | 2 +- .../system/entity/vo/SysTenantVo.java | 2 +- .../system/entity/vo/SysUserRoleVo.java | 2 +- .../sxpcwlkj/system/entity/vo/SysUserVo.java | 2 +- .../system/mapper/SysConfigMapper.java | 2 +- .../sxpcwlkj/system/mapper/SysDeptMapper.java | 2 +- .../system/mapper/SysNoticeMapper.java | 2 +- .../system/mapper/SysOssConfigMapper.java | 4 +- .../sxpcwlkj/system/runner/SystemRunner.java | 2 +- .../system/service/SysConfigService.java | 2 +- .../system/service/SysDeptService.java | 2 +- .../system/service/SysLoginService.java | 2 +- .../system/service/SysNoticeService.java | 2 +- .../system/service/SysOssConfigService.java | 2 +- .../system/service/SysUserService.java | 2 +- .../service/impl/SysConfigServiceImpl.java | 2 +- .../service/impl/SysDeptServiceImpl.java | 2 +- .../service/impl/SysLoginServiceImpl.java | 2 +- .../service/impl/SysNoticeServiceImpl.java | 2 +- .../service/impl/SysOssConfigServiceImpl.java | 2 +- .../service/impl/SysTenantServiceImpl.java | 2 +- .../service/impl/SysUserServiceImpl.java | 2 +- .../main/resources/MmsAdminApplication.java | 2 +- mms-admin/src/main/resources/application.yml | 11 +++-- .../main/resources/template/gen/config.json | 2 +- .../com/sxpcwlkj/ai/config/SseConfig.java | 2 +- .../sxpcwlkj/ai/config/ThreadPoolConfig.java | 2 +- .../sxpcwlkj/ai/controller/AIController.java | 2 +- .../sxpcwlkj/ai/service/OllamaService.java | 2 +- .../authority/config/SaTokenConfig.java | 2 +- .../authority/listener/MySaTokenListener.java | 2 +- .../annotation/AuthLoginAnnotation.java | 2 +- .../common/annotation/DataColumn.java | 2 +- .../annotation/DataPermissionGroup.java | 2 +- .../common/annotation/IgnoreSign.java | 2 +- .../sxpcwlkj/common/annotation/MssSafety.java | 2 +- .../common/annotation/PrintColumn.java | 2 +- .../sxpcwlkj/common/annotation/RateLimit.java | 2 +- .../common/captcha/SensitivitySerializer.java | 2 +- .../common/captcha/UnsignedMathGenerator.java | 2 +- .../code/controller/BaseController.java | 2 +- .../code/entity/BigNumberSerializer.java | 2 +- .../common/code/entity/ConfigEntity.java | 2 +- .../common/code/entity/HttpMethod.java | 2 +- .../common/code/entity/PrintHeader.java | 2 +- .../common/code/entity/PrintObject.java | 2 +- .../common/code/entity/ThreeQueryBo.java | 2 +- .../sxpcwlkj/common/code/entity/WxCodeBo.java | 2 +- .../common/code/service/ConfigService.java | 2 +- .../common/code/service/DictService.java | 2 +- .../common/constant/CacheConstants.java | 2 +- .../sxpcwlkj/common/constant/CacheNames.java | 2 +- .../sxpcwlkj/common/constant/Constants.java | 2 +- .../common/constant/UserConstants.java | 2 +- .../common/enumeration/AnnotationEnum.java | 2 +- .../common/enums/CaptchaCategoryEnum.java | 4 +- .../sxpcwlkj/common/enums/ConfigKeyNum.java | 2 +- .../sxpcwlkj/common/enums/DataBaseType.java | 2 +- .../com/sxpcwlkj/common/enums/ErrorCode.java | 2 +- .../sxpcwlkj/common/enums/PrintTypeEnum.java | 2 +- .../common/enums/SensitivityTypeEnum.java | 2 +- .../com/sxpcwlkj/common/enums/SmsKeyNum.java | 2 +- .../common/exception/DemoModeException.java | 2 +- .../common/exception/LoginException.java | 2 +- .../common/exception/MmsException.java | 2 +- .../common/exception/ParamsException.java | 2 +- .../common/exception/TenantException.java | 2 +- .../exception/TokenExpireException.java | 2 +- .../common/exception/UtilException.java | 2 +- .../common/properties/CaptchaProperties.java | 2 +- .../common/properties/DemoModeProperties.java | 2 +- .../common/properties/MsProperties.java | 2 +- .../common/properties/SaTokenProperties.java | 2 +- .../properties/SpringDocProperties.java | 2 +- .../common/properties/TenantProperties.java | 2 +- .../common/properties/XssProperties.java | 2 +- .../sxpcwlkj/common/utils/BigDecimalUtil.java | 2 +- .../sxpcwlkj/common/utils/ByteStringUtil.java | 2 +- .../com/sxpcwlkj/common/utils/CacheUtil.java | 4 +- .../com/sxpcwlkj/common/utils/CookieUtil.java | 2 +- .../com/sxpcwlkj/common/utils/DateUtil.java | 2 +- .../sxpcwlkj/common/utils/EncodingUtil.java | 2 +- .../com/sxpcwlkj/common/utils/FileUtil.java | 2 +- .../com/sxpcwlkj/common/utils/HtmlToText.java | 2 +- .../com/sxpcwlkj/common/utils/IPUtil.java | 2 +- .../com/sxpcwlkj/common/utils/JsonUtil.java | 2 +- .../utils/PasswordStrengthCheckerUtil.java | 2 +- .../java/com/sxpcwlkj/common/utils/R.java | 28 +++++------- .../com/sxpcwlkj/common/utils/RandomUtil.java | 2 +- .../sxpcwlkj/common/utils/ServletUtil.java | 2 +- .../com/sxpcwlkj/common/utils/SpringUtil.java | 2 +- .../com/sxpcwlkj/common/utils/SqlUtil.java | 2 +- .../com/sxpcwlkj/common/utils/StreamUtil.java | 2 +- .../com/sxpcwlkj/common/utils/StringUtil.java | 2 +- .../sxpcwlkj/common/utils/ValidatorUtil.java | 2 +- .../datasource/config/MybatisPlusConfig.java | 2 +- .../datasource/config/P6SpyConfig.java | 2 +- .../datasource/entity/BaseEntity.java | 2 +- .../datasource/entity/page/PageQuery.java | 2 +- .../handler/DemoModeContextHolder.java | 2 +- .../handler/DemoModeInterceptor.java | 2 +- .../demo/controller/WebSocketController.java | 2 +- .../com/sxpcwlkj/email/config/MailConfig.java | 2 +- .../framework/advice/ApiSecurityParam.java | 2 +- .../framework/advice/MssHttpInputMessage.java | 2 +- .../advice/RequestBodyHandlerAdvice.java | 2 +- .../advice/ResponseResultBodyAdvice.java | 2 +- .../framework/aop/RateLimitAspect.java | 2 +- .../DictSensitiveAnnotationIntrospector.java | 2 +- .../framework/config/DictSerializer.java | 2 +- .../framework/config/JacksonConfig.java | 2 +- .../sxpcwlkj/framework/config/LogConfig.java | 2 +- .../framework/config/SpringDocConfig.java | 2 +- .../framework/config/UndertowConfig.java | 2 +- .../config/ValidatedGroupConfig.java | 2 +- .../framework/entity/AesKeyEntity.java | 2 +- .../framework/entity/BaseEntityVo.java | 2 +- .../framework/entity/RsaKeyEntity.java | 2 +- .../sxpcwlkj/framework/entity/SysSign.java | 2 +- .../framework/filter/RequestFilter.java | 2 +- .../handler/WebHandlerInterceptorHandler.java | 2 +- .../handler/WebMvcConfigurerHandler.java | 2 +- .../interceptor/DateTimeDeserializer.java | 2 +- .../interceptor/DictExcelConverter.java | 2 +- .../framework/sercice/SysSignService.java | 2 +- .../sercice/impl/SysSignServiceImpl.java | 2 +- .../sxpcwlkj/framework/utils/AddressUtil.java | 2 +- .../sxpcwlkj/framework/utils/ExcelUtil.java | 2 +- .../sxpcwlkj/framework/utils/SignUtil.java | 2 +- .../com/sxpcwlkj/gen/common/GenQueryBo.java | 2 +- .../common/annotation/EncryptParameter.java | 2 +- .../common/aspect/EncryptParameterAspect.java | 2 +- .../gen/common/service/BaseService.java | 2 +- .../common/service/impl/BaseServiceImpl.java | 2 +- .../java/com/sxpcwlkj/gen/config/DbType.java | 2 +- .../sxpcwlkj/gen/config/GenDataSource.java | 2 +- .../gen/config/query/AbstractQuery.java | 2 +- .../gen/config/query/ClickHouseQuery.java | 2 +- .../sxpcwlkj/gen/config/query/DmQuery.java | 2 +- .../gen/config/query/KingBaseSqlQuery.java | 2 +- .../sxpcwlkj/gen/config/query/MySqlQuery.java | 2 +- .../gen/config/query/OracleQuery.java | 2 +- .../gen/config/query/PostgreSqlQuery.java | 2 +- .../gen/config/query/SQLServerQuery.java | 2 +- .../gen/config/template/DeveloperInfo.java | 2 +- .../gen/config/template/GeneratorConfig.java | 2 +- .../gen/config/template/GeneratorInfo.java | 2 +- .../gen/config/template/ProjectInfo.java | 2 +- .../gen/config/template/TemplateInfo.java | 2 +- .../gen/controller/BaseClassController.java | 2 +- .../gen/controller/DataSourceController.java | 2 +- .../gen/controller/FieldTypeController.java | 2 +- .../gen/controller/GeneratorController.java | 2 +- .../controller/ProjectModifyController.java | 2 +- .../gen/controller/TableController.java | 2 +- .../sxpcwlkj/gen/entity/BaseClassEntity.java | 2 +- .../sxpcwlkj/gen/entity/DataSourceEntity.java | 2 +- .../sxpcwlkj/gen/entity/FieldTypeEntity.java | 2 +- .../gen/entity/ProjectModifyEntity.java | 2 +- .../com/sxpcwlkj/gen/entity/TableEntity.java | 2 +- .../sxpcwlkj/gen/entity/TableFieldEntity.java | 2 +- .../com/sxpcwlkj/gen/enums/AutoFillEnum.java | 2 +- .../sxpcwlkj/gen/enums/FormLayoutEnum.java | 2 +- .../sxpcwlkj/gen/enums/GeneratorTypeEnum.java | 2 +- .../sxpcwlkj/gen/mapper/BaseClassMapper.java | 2 +- .../sxpcwlkj/gen/mapper/FieldTypeMapper.java | 2 +- .../gen/mapper/ProjectModifyMapper.java | 2 +- .../sxpcwlkj/gen/mapper/TableFieldMapper.java | 2 +- .../com/sxpcwlkj/gen/mapper/TableMapper.java | 2 +- .../gen/service/BaseClassService.java | 2 +- .../gen/service/DataSourceService.java | 2 +- .../gen/service/FieldTypeService.java | 2 +- .../gen/service/GeneratorService.java | 2 +- .../gen/service/ProjectModifyService.java | 2 +- .../gen/service/TableFieldService.java | 2 +- .../sxpcwlkj/gen/service/TableService.java | 2 +- .../service/impl/BaseClassServiceImpl.java | 2 +- .../service/impl/DataSourceServiceImpl.java | 2 +- .../service/impl/FieldTypeServiceImpl.java | 2 +- .../service/impl/GeneratorServiceImpl.java | 2 +- .../impl/ProjectModifyServiceImpl.java | 2 +- .../service/impl/TableFieldServiceImpl.java | 2 +- .../gen/service/impl/TableServiceImpl.java | 2 +- .../java/com/sxpcwlkj/gen/utils/DbUtils.java | 2 +- .../java/com/sxpcwlkj/gen/utils/GenUtils.java | 2 +- .../com/sxpcwlkj/gen/utils/ProjectUtils.java | 2 +- .../com/sxpcwlkj/gen/utils/TemplateUtils.java | 2 +- .../com/sxpcwlkj/mq/RabbitmqDLXConfig.java | 2 +- .../java/com/sxpcwlkj/mq/queue/MqQueue.java | 2 +- .../mq/queueExchange/MqQueueExchange.java | 2 +- .../com/sxpcwlkj/mq/RabbitmqDLXConfig.java | 2 +- .../java/com/sxpcwlkj/mq/queue/MqQueue.java | 2 +- .../mq/queueExchange/MqQueueExchange.java | 2 +- .../com/sxpcwlkj/oss/service/OssService.java | 2 +- .../impl/MyFileStorageServiceImpl.java | 2 +- .../oss/service/impl/OssServiceImpl.java | 2 +- .../java/com/sxpcwlkj/redis/RedisUtil.java | 2 +- .../sxpcwlkj/redis/config/RedisConfig.java | 2 +- .../redis/config/RedissonProperties.java | 2 +- .../redis/handler/KeyPrefixHandler.java | 2 +- .../redis/manager/SpringCacheManager.java | 2 +- .../sxpcwlkj/sms/config/Sms4jSmsConfig.java | 2 +- .../sms/service/SmsConfigService.java | 2 +- .../com/sxpcwlkj/sms/service/SmsService.java | 2 +- .../sms/service/impl/SmsServiceImpl.java | 2 +- .../sxpcwlkj/websocket/WebSocketService.java | 2 +- .../websocket/config/WebSocketConfig.java | 2 +- .../sxpcwlkj/websocket/entity/ChatRoom.java | 2 +- .../sxpcwlkj/websocket/entity/DataMsg.java | 2 +- .../websocket/entity/DataMsgInfoVo.java | 2 +- .../sxpcwlkj/websocket/entity/DataMsgVo.java | 2 +- .../sxpcwlkj/websocket/entity/MsgInfo.java | 2 +- .../sxpcwlkj/websocket/entity/MsgInfoVo.java | 2 +- .../sxpcwlkj/websocket/entity/MsgUser.java | 2 +- .../websocket/enums/ChatRoomTypeEnum.java | 2 +- .../com/sxpcwlkj/websocket/enums/MsgEnum.java | 2 +- .../websocket/handler/SocketHandler.java | 2 +- .../websocket/utils/WebSocketUtil.java | 2 +- .../java/com/sxpcwlkj/wx/config/WxConfig.java | 2 +- .../wx/controller/WeChatController.java | 2 +- .../sxpcwlkj/wx/entity/WechatEventEnum.java | 2 +- .../sxpcwlkj/wx/service/WxCodeService.java | 2 +- .../com/sxpcwlkj/wx/service/WxService.java | 2 +- .../wx/service/impl/WxCodeServiceImpl.java | 2 +- .../wx/service/impl/WxServiceImpl.java | 2 +- script/db/mms.sql | 2 +- 285 files changed, 352 insertions(+), 340 deletions(-) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/GeneratePassword.java b/mms-admin/src/main/java/com/sxpcwlkj/GeneratePassword.java index d392d97..394884a 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/GeneratePassword.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/GeneratePassword.java @@ -4,7 +4,7 @@ import com.baomidou.dynamic.datasource.toolkit.CryptoUtils; /*** * 密码加密 - * @author xijue + * @author mmsAdmin */ public class GeneratePassword { diff --git a/mms-admin/src/main/java/com/sxpcwlkj/MmsAdminApplication.java b/mms-admin/src/main/java/com/sxpcwlkj/MmsAdminApplication.java index 16c9d11..be4b4bc 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/MmsAdminApplication.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/MmsAdminApplication.java @@ -13,7 +13,7 @@ import java.net.InetAddress; import java.net.UnknownHostException; /** - * @author xijue + * @author mmsAdmin */ @SpringBootApplication @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/ServletInitializer.java b/mms-admin/src/main/java/com/sxpcwlkj/ServletInitializer.java index ca1fcf8..c5cca99 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/ServletInitializer.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/ServletInitializer.java @@ -7,7 +7,7 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer * 自定义Web容器配置 * * @name: ServletInitializer - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/config/SaTokenStpInterfaceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/config/SaTokenStpInterfaceImpl.java index 98cf220..8045681 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/config/SaTokenStpInterfaceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/config/SaTokenStpInterfaceImpl.java @@ -16,7 +16,7 @@ import java.util.List; /** * 自定义权限加载接口实现类 * 保证此类被 SpringBoot 扫描,完成 Sa-Token 的自定义权限验证扩展 - * @author xijue + * @author mmsAdmin */ @Component @RequiredArgsConstructor diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/AuthController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/AuthController.java index 4b217b6..ddb8140 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/AuthController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/AuthController.java @@ -1,11 +1,8 @@ package com.sxpcwlkj.system.controller; -import cn.dev33.satoken.annotation.SaCheckLogin; import cn.dev33.satoken.annotation.SaIgnore; -import cn.hutool.core.convert.Convert; import com.sxpcwlkj.authority.LoginObject; import com.sxpcwlkj.common.code.controller.BaseController; - import com.sxpcwlkj.common.constant.Constants; import com.sxpcwlkj.common.utils.R; import com.sxpcwlkj.framework.sercice.SysSignService; @@ -15,23 +12,30 @@ import com.sxpcwlkj.system.entity.bo.LoginBodyBo; import com.sxpcwlkj.system.entity.vo.SysUserVo; import com.sxpcwlkj.system.service.SysLoginService; import com.sxpcwlkj.system.service.SysUserService; +import io.swagger.v3.oas.annotations.Operation; +import io.swagger.v3.oas.annotations.tags.Tag; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.validation.annotation.Validated; -import org.springframework.web.bind.annotation.*; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; import java.time.Duration; -import java.util.Date; import java.util.HashMap; import java.util.Map; /** * 系统登录 - * @author xijue + * + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ +@Tag(name = "系统登录",description = "系统登录,鉴权") @Slf4j @Validated @RequiredArgsConstructor @@ -41,31 +45,31 @@ public class AuthController extends BaseController { private final SysLoginService loginService; private final SysUserService sysUserService; - private final SysSignService sysSignService; + private final SysSignService sysSignService; /** * 登录方法 - * @param loginBodyBo 登录参数 + * + * @param loginBodyBo 登录参数 * @return 登录结果 */ + @Operation(summary = "登录方法", description = "登录方法,账号、密码、验证码验证登录") @SaIgnore @PostMapping("/login") - public R> login(@Validated @RequestBody LoginBodyBo loginBodyBo, - HttpServletRequest request, - HttpServletResponse response) { + public R> login(@Validated @RequestBody LoginBodyBo loginBodyBo, HttpServletRequest request, HttpServletResponse response) { Map ajax = new HashMap<>(16); // 生成令牌 - String token = loginService.login(request,loginBodyBo); + String token = loginService.login(request, loginBodyBo); ajax.put(Constants.TOKEN, token); SysUserVo sysUser = sysUserService.getUserRoleAnfFunctionInfo(LoginObject.getLoginId()); - RedisUtil.setCacheObject(RedisConstant.ADMIN_TENANT_KEY+sysUser.getUserId(),sysUser.getTenantId(), Duration.ofHours(24)); - RedisUtil.setCacheObject(RedisConstant.ADMIN_KEY+sysUser.getUserId(),sysUser, Duration.ofHours(24)); - RedisUtil.setCacheObject(RedisConstant.ADMIN_NAME+sysUser.getUserId(),sysUser.getUserName(), Duration.ofHours(24)); + RedisUtil.setCacheObject(RedisConstant.ADMIN_TENANT_KEY + sysUser.getUserId(), sysUser.getTenantId(), Duration.ofHours(24)); + RedisUtil.setCacheObject(RedisConstant.ADMIN_KEY + sysUser.getUserId(), sysUser, Duration.ofHours(24)); + RedisUtil.setCacheObject(RedisConstant.ADMIN_NAME + sysUser.getUserId(), sysUser.getUserName(), Duration.ofHours(24)); ajax.put(Constants.USERINFO, sysUserService.getUserInfo(sysUser)); - if(LoginObject.isLogin()){ + if (LoginObject.isLogin()) { //给浏览器端设置一个 Cookie 的 clientKey值 3天 - sysSignService.loginSetCookie(request,response,1000*60*60*24*3); + sysSignService.loginSetCookie(request, response, 1000 * 60 * 60 * 24 * 3); } return success(ajax); } @@ -73,9 +77,10 @@ public class AuthController extends BaseController { /** * 退出登录 + * * @return 退出结果 */ - @SaIgnore + @Operation(summary = "退出登录", description = "退出当前登录会话") @PostMapping("/logout") public R logout() { loginService.logout(); @@ -83,7 +88,4 @@ public class AuthController extends BaseController { } - - - } diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CaptchaController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CaptchaController.java index c05541b..bd3ea3e 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CaptchaController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CaptchaController.java @@ -22,7 +22,8 @@ import java.util.Map; /** * 验证码处理类 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CommonController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CommonController.java index 4a40929..b050f31 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CommonController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/CommonController.java @@ -45,7 +45,8 @@ import java.util.*; /** * mms公共接口 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @RestController @@ -273,7 +274,7 @@ public class CommonController extends BaseController { String code = RandomUtil.randomNumbers(6); R result = smsService.sendSms(phone, code); - if (result.getStatus()!=0) { + if (!result.getStatus()) { log.error("验证码短信发送异常 => {}", result.getMsg()); return result; } @@ -338,7 +339,7 @@ public class CommonController extends BaseController { String code = RandomUtil.randomNumbers(6); R result = emailService.sendEmailCode(bo.getEmail(), code); - if (result.getStatus()!=0) { + if (!result.getStatus()) { log.error("验证码发送异常 => {}", result.getMsg()); return result; } diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/HomeController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/HomeController.java index 8e59002..5f705c1 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/HomeController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/HomeController.java @@ -21,7 +21,8 @@ import java.util.Map; /** * 首页控制台 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @RestController diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysConfigController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysConfigController.java index fe072ea..049f66d 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysConfigController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysConfigController.java @@ -22,7 +22,8 @@ import java.util.List; /** * 系统配置 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDeptController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDeptController.java index 5e6af65..6d48f64 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDeptController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDeptController.java @@ -27,8 +27,8 @@ import java.util.Set; /** * 系统部门 - * - * @author 西决 + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDictController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDictController.java index 2704908..f2f5f51 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDictController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysDictController.java @@ -16,7 +16,8 @@ import org.springframework.web.bind.annotation.*; /** * 系统字典 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @RequestMapping("system/dict") diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysFunctionController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysFunctionController.java index c78ad01..4eb1049 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysFunctionController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysFunctionController.java @@ -18,7 +18,8 @@ import java.util.List; /** * 系统资源 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @RequestMapping("system/function") diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysNoticeController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysNoticeController.java index c6414d4..44bf378 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysNoticeController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysNoticeController.java @@ -27,8 +27,8 @@ import java.util.Set; /** * 系统公告 - * - * @author 西决 + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysOssController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysOssController.java index f4a71c1..a277c9d 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysOssController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysOssController.java @@ -24,7 +24,8 @@ import org.springframework.web.multipart.MultipartFile; /** * 对象存储 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @RequestMapping("system/oss") diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysRoleController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysRoleController.java index a0e12c1..97e3f33 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysRoleController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysRoleController.java @@ -16,7 +16,8 @@ import org.springframework.web.bind.annotation.*; /** * 系统角色 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @RequestMapping("system/role") diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysUserController.java b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysUserController.java index 71ee22c..30a4802 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysUserController.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/controller/SysUserController.java @@ -35,7 +35,8 @@ import java.util.*; /** * 系统用户 - * @author xijue + * @module 系统管理模块 + * @author mmsAdmin * @Doc MMS文档 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/AdminMenuTree.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/AdminMenuTree.java index 6a049f6..7024ba4 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/AdminMenuTree.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/AdminMenuTree.java @@ -7,7 +7,7 @@ import java.util.Map; /** * 后端菜单 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysConfig.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysConfig.java index bf529b1..0fd411b 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysConfig.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysConfig.java @@ -12,7 +12,7 @@ import java.util.List; /** * 系统配置 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper=false) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDept.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDept.java index 5a701a2..c06264a 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDept.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDept.java @@ -12,7 +12,7 @@ import java.util.Date; /** * 系统部门 * - * @author 西决 + * @author mmsAdmin * @Doc MMS文档 */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDict.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDict.java index 348d53b..668be10 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDict.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDict.java @@ -10,7 +10,7 @@ import lombok.NoArgsConstructor; /** * 系统字典 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDictData.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDictData.java index 40129bb..dfcc888 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDictData.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysDictData.java @@ -9,7 +9,7 @@ import lombok.NoArgsConstructor; /** * 系统字典数据 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysFunction.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysFunction.java index 4974c14..17b072a 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysFunction.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysFunction.java @@ -10,7 +10,7 @@ import lombok.NoArgsConstructor; /** * 系统功能资源 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysNotice.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysNotice.java index f24e7db..d7beec4 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysNotice.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysNotice.java @@ -13,7 +13,7 @@ import java.util.Date; /** * 系统公告 * - * @author 西决 + * @author mmsAdmin * @Doc MMS文档 */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOss.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOss.java index 1d344b3..ea4da3c 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOss.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOss.java @@ -9,7 +9,7 @@ import lombok.NoArgsConstructor; /** * 对象存储 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOssConfig.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOssConfig.java index 3326815..a808388 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOssConfig.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysOssConfig.java @@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode; /** * 对象存储配置表 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper=false) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysPost.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysPost.java index 7e86885..9c0b01a 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysPost.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysPost.java @@ -10,7 +10,7 @@ import lombok.NoArgsConstructor; /** * 系统岗位 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRole.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRole.java index 02e8cdb..aecc2e3 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRole.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRole.java @@ -10,7 +10,7 @@ import lombok.NoArgsConstructor; /** * 系统角色 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRoleFunction.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRoleFunction.java index 062ef7a..a244efa 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRoleFunction.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysRoleFunction.java @@ -9,7 +9,7 @@ import lombok.EqualsAndHashCode; /** * 系统角色功能 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenant.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenant.java index 28e70b6..c130db5 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenant.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenant.java @@ -16,7 +16,7 @@ import java.util.Map; /** * 系统租户 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenantPackage.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenantPackage.java index c9c18cc..e743404 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenantPackage.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysTenantPackage.java @@ -10,7 +10,7 @@ import lombok.NoArgsConstructor; /** * 系统租户套餐 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUser.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUser.java index f7633ff..aa11a42 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUser.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUser.java @@ -14,7 +14,7 @@ import java.util.Date; /** * 系统用户 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUserRole.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUserRole.java index 630bf2f..36e6e29 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUserRole.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/SysUserRole.java @@ -10,7 +10,7 @@ import lombok.NoArgsConstructor; /** * 系统用户角色 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/EmailBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/EmailBo.java index 1fef198..a4ec64f 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/EmailBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/EmailBo.java @@ -7,7 +7,7 @@ import lombok.Data; /** * 发生邮件bo - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/LoginBodyBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/LoginBodyBo.java index 8f7985e..fb46356 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/LoginBodyBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/LoginBodyBo.java @@ -1,12 +1,13 @@ package com.sxpcwlkj.system.entity.bo; +import io.swagger.v3.oas.annotations.media.Schema; import jakarta.validation.constraints.NotBlank; import jakarta.validation.constraints.Size; import lombok.Data; /** * 登录bo - * @author xijue - * @Doc mmsadmin.cn + * @author mmsAdmin + * @Doc MMS文档 */ @Data public class LoginBodyBo { @@ -14,6 +15,7 @@ public class LoginBodyBo { /** * 用户名 */ + @Schema(description = "账号",type = "string", example = "demo", maxLength = 16, minLength = 3, requiredMode = Schema.RequiredMode.REQUIRED) @NotBlank(message = "账号不能为空") @Size(min = 3, max = 16, message = "账号长度在{min}到{max}个字符") private String username; @@ -21,32 +23,34 @@ public class LoginBodyBo { /** * 用户密码 */ + @Schema(description = "账号密码", type = "string",example = "******", maxLength = 32, minLength = 6, requiredMode = Schema.RequiredMode.REQUIRED) @NotBlank(message = "密码不能为空") @Size(min = 6, max = 32, message = "密码长度在{min}到{max}个字符") private String password; - /** * 验证码 */ + @Schema(description = "验证码",type = "string", example = "1234J0",requiredMode = Schema.RequiredMode.NOT_REQUIRED) private String code; - /** * 验证码Key */ + @Schema(description = "验证码Key",type = "string", example = "1234J0",requiredMode = Schema.RequiredMode.NOT_REQUIRED) private String codeKey; /** * uuid */ + @Schema(description = "uuid",type = "string", example = "e5cd7e4891bf95d1d19206ce24a7b32e",requiredMode = Schema.RequiredMode.NOT_REQUIRED) private String uuid; - - /** - * 租户ID(改为租户由后端控制) - */ - private String tenantId; - /** * 记住我 */ + @Schema(description = "记住我",type = "boolean", example = "true",requiredMode = Schema.RequiredMode.NOT_REQUIRED) private Boolean rememberMe=true; + /** + * 租户ID + */ + private String tenantId; + } diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdBo.java index e011b2e..1d3c74b 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdBo.java @@ -6,7 +6,7 @@ import lombok.Data; /** * 重置密码bo - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdSuperBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdSuperBo.java index 42ad1a7..0d2371e 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdSuperBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/ResetPwdSuperBo.java @@ -7,7 +7,7 @@ import org.hibernate.validator.constraints.Length; /** * 重置用户密码bo * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SetUserRoleSuperBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SetUserRoleSuperBo.java index a43ffab..833ce8b 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SetUserRoleSuperBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SetUserRoleSuperBo.java @@ -8,7 +8,7 @@ import java.util.List; /** * 管理员重置用户密码 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SmsBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SmsBo.java index 512e8fe..cd56100 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SmsBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SmsBo.java @@ -8,7 +8,7 @@ import lombok.Data; /** * 发生短信bo - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysConfigBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysConfigBo.java index 3b34f0f..ed864a0 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysConfigBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysConfigBo.java @@ -12,7 +12,7 @@ import java.util.List; /** * 系统配置bo * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = false) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDeptBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDeptBo.java index a723006..1735dec 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDeptBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDeptBo.java @@ -14,7 +14,7 @@ import com.sxpcwlkj.datasource.entity.BaseEntity; /** * 系统部门Bo * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictBo.java index 95a9835..60a26bf 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictBo.java @@ -10,7 +10,7 @@ import java.util.List; /** * 系统字典bo - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = true) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictDataBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictDataBo.java index 02a4bde..58991c4 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictDataBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysDictDataBo.java @@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode; /** * 系统字典数据 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = true) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysFunctionBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysFunctionBo.java index 0ec7df7..d80d1bc 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysFunctionBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysFunctionBo.java @@ -11,7 +11,7 @@ import lombok.EqualsAndHashCode; /** * 系统资源bo - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = true) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysNoticeBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysNoticeBo.java index 98ce28f..59cb7a7 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysNoticeBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysNoticeBo.java @@ -12,7 +12,7 @@ import com.sxpcwlkj.datasource.entity.BaseEntity; /** * 系统公告Bo * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssBo.java index 47ed655..f66c870 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssBo.java @@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode; /** * 对象存储bo - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = true) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssConfigBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssConfigBo.java index d01a079..a3dd8f6 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssConfigBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysOssConfigBo.java @@ -12,7 +12,7 @@ import java.io.Serial; /** * 对象存储配置表bo * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = false) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysRoleBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysRoleBo.java index 2c938e4..4247cef 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysRoleBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysRoleBo.java @@ -13,7 +13,7 @@ import org.hibernate.validator.constraints.Length; /** * 系统角色 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = true) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysUserBo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysUserBo.java index b18f5f7..1130d68 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysUserBo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/bo/SysUserBo.java @@ -19,7 +19,7 @@ import java.util.List; /** * 系统用户bo * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysDeptExport.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysDeptExport.java index a7b0814..3fe1a3a 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysDeptExport.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysDeptExport.java @@ -13,7 +13,7 @@ import java.util.Date; /** * 系统部门Export * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysNoticeExport.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysNoticeExport.java index dd1a1b6..71365f2 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysNoticeExport.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysNoticeExport.java @@ -13,7 +13,7 @@ import java.util.Date; /** * 系统公告Export * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysUserExportVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysUserExportVo.java index 341a02b..bbdec6d 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysUserExportVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/export/SysUserExportVo.java @@ -18,7 +18,7 @@ import java.util.Date; /** * 用户导出VO - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = true) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysConfigVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysConfigVo.java index 9b6f527..3c44628 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysConfigVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysConfigVo.java @@ -12,7 +12,7 @@ import java.util.List; /** * 系统配置 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = false) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDeptVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDeptVo.java index 75d24f2..b20dc3d 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDeptVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDeptVo.java @@ -14,7 +14,7 @@ import java.util.Date; /** * 系统部门Vo * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictDataVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictDataVo.java index c82d804..1f7e05a 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictDataVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictDataVo.java @@ -6,7 +6,7 @@ import lombok.Data; /** * 字典数据 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictVo.java index cb8afa9..8507b29 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysDictVo.java @@ -9,7 +9,7 @@ import java.util.List; /** * 系统字典 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysFunctionVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysFunctionVo.java index 01a8a01..488fc32 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysFunctionVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysFunctionVo.java @@ -9,7 +9,7 @@ import java.util.Map; /** * 系统资源 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysNoticeVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysNoticeVo.java index 51ff4f8..46c341a 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysNoticeVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysNoticeVo.java @@ -14,7 +14,7 @@ import java.util.Date; /** * 系统公告Vo * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssConfigVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssConfigVo.java index c4287af..2448548 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssConfigVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssConfigVo.java @@ -10,7 +10,7 @@ import java.io.Serial; /** * 对象存储配置表 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @EqualsAndHashCode(callSuper = false) diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssVo.java index 131c47a..251f816 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysOssVo.java @@ -8,7 +8,7 @@ import java.util.Date; /** * 对象存储 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysRoleVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysRoleVo.java index 2358b98..c8e5804 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysRoleVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysRoleVo.java @@ -11,7 +11,7 @@ import java.util.List; /** * 用户角色 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysTenantVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysTenantVo.java index 0526a7d..2cde36b 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysTenantVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysTenantVo.java @@ -7,7 +7,7 @@ import lombok.Data; /** * 系统租户 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserRoleVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserRoleVo.java index 16f6fba..31621b8 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserRoleVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserRoleVo.java @@ -7,7 +7,7 @@ import lombok.Data; /** * 用户角色 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserVo.java b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserVo.java index d98fa7c..6e3256f 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserVo.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/entity/vo/SysUserVo.java @@ -17,7 +17,7 @@ import java.util.List; /** * 系统用户 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysConfigMapper.java b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysConfigMapper.java index d640e48..a84ca6e 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysConfigMapper.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysConfigMapper.java @@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository; /** * 系统配置 * -* @author 西决 942879858@qq.com +* @author mmsAdmin 942879858@qq.com * @since 1.0.0 2024-06-10 */ @Mapper diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysDeptMapper.java b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysDeptMapper.java index fa6a7e8..ac6e180 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysDeptMapper.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysDeptMapper.java @@ -9,7 +9,7 @@ import org.springframework.stereotype.Repository; /** * 系统部门-Mapper * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ @Mapper diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysNoticeMapper.java b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysNoticeMapper.java index 311a635..6ce666b 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysNoticeMapper.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysNoticeMapper.java @@ -9,7 +9,7 @@ import org.springframework.stereotype.Repository; /** * 系统公告-Mapper * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ @Mapper diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysOssConfigMapper.java b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysOssConfigMapper.java index 6348c7d..a63d6ef 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysOssConfigMapper.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/mapper/SysOssConfigMapper.java @@ -11,11 +11,11 @@ import org.springframework.stereotype.Repository; /** * 对象存储配置表 * -* @author 西决 942879858@qq.com +* @author mmsAdmin 942879858@qq.com * @since 1.0.0 2024-07-07 */ @Mapper @Repository public interface SysOssConfigMapper extends BaseMapperPlus { -} \ No newline at end of file +} diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/runner/SystemRunner.java b/mms-admin/src/main/java/com/sxpcwlkj/system/runner/SystemRunner.java index 6630d10..3e7c588 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/runner/SystemRunner.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/runner/SystemRunner.java @@ -13,7 +13,7 @@ import org.springframework.core.annotation.Order; import org.springframework.stereotype.Component; /** - * @author xijue + * @author mmsAdmin * @ClassName SystemRunner * @description: 项目初始化 * @date 2024年03月29日 diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysConfigService.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysConfigService.java index 4ebdc4b..9c0533c 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysConfigService.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysConfigService.java @@ -10,7 +10,7 @@ import java.util.List; /** * 系统配置 * - * @author 西决 942879858@qq.com + * @author mmsAdmin 942879858@qq.com * @since 1.0.0 2024-06-10 */ public interface SysConfigService extends BaseService { diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysDeptService.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysDeptService.java index 80a1d03..77676bc 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysDeptService.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysDeptService.java @@ -11,7 +11,7 @@ import java.util.Set; /** * 系统部门-接口 * - * @author 西决 + * @author mmsAdmin * @Doc MMS文档 * @describe 支持自定义扩展,已继承接口:{insert、deleteById、updateById、selectById、getByEntityListPage}(更多查看BaseService接口) */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysLoginService.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysLoginService.java index 5cb5e41..fe18e17 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysLoginService.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysLoginService.java @@ -7,7 +7,7 @@ import jakarta.servlet.http.HttpServletRequest; /** * @ClassName SysLoginService * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/25 12:04 */ public interface SysLoginService { diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysNoticeService.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysNoticeService.java index 43540e7..df913d6 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysNoticeService.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysNoticeService.java @@ -11,7 +11,7 @@ import java.util.Set; /** * 系统公告-接口 * - * @author 西决 + * @author mmsAdmin * @Doc MMS文档 * @describe 支持自定义扩展,已继承接口:{insert、deleteById、updateById、selectById、getByEntityListPage}(更多查看BaseService接口) */ diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysOssConfigService.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysOssConfigService.java index 5c78802..7aca3fa 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysOssConfigService.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysOssConfigService.java @@ -11,7 +11,7 @@ import java.util.List; /** * 对象存储配置表 * - * @author 西决 942879858@qq.com + * @author mmsAdmin 942879858@qq.com * @since 1.0.0 2024-07-07 */ public interface SysOssConfigService extends BaseService { diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysUserService.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysUserService.java index b59fdc9..67f06c2 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysUserService.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/SysUserService.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Set; /** - * @author XIjue + * @author mmsAdmin */ public interface SysUserService { diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysConfigServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysConfigServiceImpl.java index 458c309..6b08985 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysConfigServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysConfigServiceImpl.java @@ -41,7 +41,7 @@ import java.util.stream.Collectors; /** * 系统配置 * - * @author XIjue + * @author mmsAdmin * @since 1.0.0 2024-06-10 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysDeptServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysDeptServiceImpl.java index 0376f6e..bf5c83d 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysDeptServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysDeptServiceImpl.java @@ -29,7 +29,7 @@ import java.util.Collections; /** * 系统部门-接口实现 * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysLoginServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysLoginServiceImpl.java index b213d8f..37312d3 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysLoginServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysLoginServiceImpl.java @@ -34,7 +34,7 @@ import java.util.Map; /** * @ClassName SysLoginServiceImpl * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/25 12:06 */ @RequiredArgsConstructor diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysNoticeServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysNoticeServiceImpl.java index b196b92..c55c5c6 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysNoticeServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysNoticeServiceImpl.java @@ -29,7 +29,7 @@ import java.util.Collections; /** * 系统公告-接口实现 * -* @author 西决 +* @author mmsAdmin * @Doc MMS文档 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysOssConfigServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysOssConfigServiceImpl.java index 8c16a05..e294fb1 100755 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysOssConfigServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysOssConfigServiceImpl.java @@ -36,7 +36,7 @@ import java.util.Objects; /** * 对象存储配置表 * - * @author 西决 942879858@qq.com + * @author mmsAdmin 942879858@qq.com * @since 1.0.0 2024-07-07 */ @Slf4j diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysTenantServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysTenantServiceImpl.java index 80c4cb2..505a56d 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysTenantServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysTenantServiceImpl.java @@ -13,7 +13,7 @@ import org.springframework.stereotype.Service; import java.util.List; /** - * @author xijue + * @author mmsAdmin */ @RequiredArgsConstructor @Service("sysTenant") diff --git a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysUserServiceImpl.java b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysUserServiceImpl.java index d662ea2..53dde9b 100644 --- a/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysUserServiceImpl.java +++ b/mms-admin/src/main/java/com/sxpcwlkj/system/service/impl/SysUserServiceImpl.java @@ -37,7 +37,7 @@ import java.util.*; import java.util.stream.Collectors; /** - * @author XIjue + * @author mmsAdmin */ @RequiredArgsConstructor @Service("sysUser") diff --git a/mms-admin/src/main/resources/MmsAdminApplication.java b/mms-admin/src/main/resources/MmsAdminApplication.java index 253c551..3ef73f4 100644 --- a/mms-admin/src/main/resources/MmsAdminApplication.java +++ b/mms-admin/src/main/resources/MmsAdminApplication.java @@ -13,7 +13,7 @@ import java.net.InetAddress; import java.net.UnknownHostException; /** - * @author xijue + * @author mmsAdmin */ @SpringBootApplication @Slf4j diff --git a/mms-admin/src/main/resources/application.yml b/mms-admin/src/main/resources/application.yml index 6656f36..4d8ee10 100644 --- a/mms-admin/src/main/resources/application.yml +++ b/mms-admin/src/main/resources/application.yml @@ -260,10 +260,13 @@ springdoc: # persistAuthorization: true #这里定义了两个分组,可定义多个,也可以不定义 group-configs: - - group: 1.演示模块 - packages-to-scan: com.sxpcwlkj.demo - - group: 2.系统模块 + # http://localhost:8080/v3/api-docs/1.系统模块 + - group: 1.系统模块 packages-to-scan: com.sxpcwlkj.system + # http://localhost:8080/v3/api-docs/9.演示模块 + - group: 9.演示模块 + packages-to-scan: com.sxpcwlkj.demo + info: # 标题 title: '标题:${sxpcwlkj.name}多租户管理系统_接口文档' @@ -273,7 +276,7 @@ springdoc: version: '版本号: ${sxpcwlkj.version}' # 作者信息 contact: - name: Xi Jue + name: mmsAdmin email: sxpcwlkj@163.com url: https://gitee.com/mmsAdmin/mms components: diff --git a/mms-admin/src/main/resources/template/gen/config.json b/mms-admin/src/main/resources/template/gen/config.json index c67e627..163f90e 100644 --- a/mms-admin/src/main/resources/template/gen/config.json +++ b/mms-admin/src/main/resources/template/gen/config.json @@ -6,7 +6,7 @@ "frontendPath": "sxpcwlkj/front" }, "developer": { - "author": "西决", + "author": "mmsAdmin", "email": "942879858@qq.com", "website": "MMS文档" }, diff --git a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/SseConfig.java b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/SseConfig.java index e96eab1..32c6583 100644 --- a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/SseConfig.java +++ b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/SseConfig.java @@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit; /** * SSE配置 - * @author xijue + * @author mmsAdmin */ @Configuration public class SseConfig { diff --git a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/ThreadPoolConfig.java b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/ThreadPoolConfig.java index ab86f85..9ae72a8 100644 --- a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/ThreadPoolConfig.java +++ b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/config/ThreadPoolConfig.java @@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit; /** * 线程池优化配置 - * @author xijue + * @author mmsAdmin */ @Configuration public class ThreadPoolConfig { diff --git a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/controller/AIController.java b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/controller/AIController.java index aec8a53..553cb5e 100644 --- a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/controller/AIController.java +++ b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/controller/AIController.java @@ -14,7 +14,7 @@ import java.util.concurrent.ExecutorService; /** * AI问答 - * @author xijue + * @author mmsAdmin */ @RestController @CrossOrigin(origins = "*") // 允许跨域 diff --git a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/service/OllamaService.java b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/service/OllamaService.java index fb9bc88..bd508d2 100644 --- a/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/service/OllamaService.java +++ b/mms-modules/mms-ai/src/main/java/com/sxpcwlkj/ai/service/OllamaService.java @@ -33,7 +33,7 @@ import java.util.concurrent.TimeUnit; /** * Ollama Service - * @author xijue + * @author mmsAdmin */ @Service @Slf4j diff --git a/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/config/SaTokenConfig.java b/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/config/SaTokenConfig.java index 640d594..149ee42 100644 --- a/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/config/SaTokenConfig.java +++ b/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/config/SaTokenConfig.java @@ -16,7 +16,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** * @ClassName SaTokenConfig * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 21:05 */ @RequiredArgsConstructor diff --git a/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/listener/MySaTokenListener.java b/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/listener/MySaTokenListener.java index 26f304c..0396f15 100644 --- a/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/listener/MySaTokenListener.java +++ b/mms-modules/mms-authority/src/main/java/com/sxpcwlkj/authority/listener/MySaTokenListener.java @@ -12,7 +12,7 @@ import org.springframework.stereotype.Component; /** * 自定义侦听器的实现 - * @author 西决 + * @author mmsAdmin */ @Component @Slf4j diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/AuthLoginAnnotation.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/AuthLoginAnnotation.java index fd1f15f..64d72e5 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/AuthLoginAnnotation.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/AuthLoginAnnotation.java @@ -6,7 +6,7 @@ import java.lang.annotation.*; * 登陆验证自定义注解 * * @name: AuthLoginAnnotation - * @author: 西决 + * @author: mmsAdmin * @date: 2022/11/30 **/ @Documented //文档生成时,该注解将被包含在javadoc中,可去掉 diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataColumn.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataColumn.java index 8f1df1d..f30d77c 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataColumn.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataColumn.java @@ -6,7 +6,7 @@ import java.lang.annotation.*; * 数据权限组 属性成员 * * @name: DataPermissionGroup - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ @Target(ElementType.METHOD) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataPermissionGroup.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataPermissionGroup.java index f95a748..75e2716 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataPermissionGroup.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/DataPermissionGroup.java @@ -6,7 +6,7 @@ import java.lang.annotation.*; * 数据权限组 * * @name: DataPermissionGroup - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ @Target({ElementType.METHOD, ElementType.TYPE}) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/IgnoreSign.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/IgnoreSign.java index 84931b4..776f28a 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/IgnoreSign.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/IgnoreSign.java @@ -7,7 +7,7 @@ import java.lang.annotation.*; * 请求对象中不需要签名校验的属性(默认都要签名)。 *

*

- * @author XIjue + * @author mmsAdmin */ @Target({ElementType.FIELD, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/MssSafety.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/MssSafety.java index dafbf1a..ade21c1 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/MssSafety.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/MssSafety.java @@ -5,7 +5,7 @@ import com.sxpcwlkj.common.enums.SafetyTypeEnum; import java.lang.annotation.*; /** - * @author XIjue + * @author mmsAdmin * MMS安全注解 */ @Retention(RetentionPolicy.RUNTIME) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/PrintColumn.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/PrintColumn.java index d5728d8..a89fdea 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/PrintColumn.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/PrintColumn.java @@ -12,7 +12,7 @@ import java.lang.annotation.Target; * 数据权限组 属性成员 * * @name: DataPermissionGroup - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ @Target(ElementType.FIELD) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/RateLimit.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/RateLimit.java index bce21ff..7481ff6 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/RateLimit.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/annotation/RateLimit.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /** * 限流注解 - * @author XIjue + * @author mmsAdmin * */ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/SensitivitySerializer.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/SensitivitySerializer.java index 8fff300..2881501 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/SensitivitySerializer.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/SensitivitySerializer.java @@ -17,7 +17,7 @@ import java.io.IOException; import java.util.Objects; /** - * @author XIjue + * @author mmsAdmin */ @NoArgsConstructor @AllArgsConstructor diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/UnsignedMathGenerator.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/UnsignedMathGenerator.java index 9d109e4..52d5f19 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/UnsignedMathGenerator.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/captcha/UnsignedMathGenerator.java @@ -11,7 +11,7 @@ import java.io.Serial; /** * @ClassName UnsignedMathGenerator * @Description 无符号计算生成器 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:02 */ public class UnsignedMathGenerator implements CodeGenerator { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/controller/BaseController.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/controller/BaseController.java index 2f2a411..b62ff3c 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/controller/BaseController.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/controller/BaseController.java @@ -12,7 +12,7 @@ import java.util.Set; /** * @ClassName BaseController * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 0:59 */ public class BaseController extends R { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/BigNumberSerializer.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/BigNumberSerializer.java index b9590da..86b026f 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/BigNumberSerializer.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/BigNumberSerializer.java @@ -10,7 +10,7 @@ import java.io.IOException; /** * @ClassName BigNumberSerializer * @Description TODO Jackson 参数自定义 - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:36 */ @JacksonStdImpl diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ConfigEntity.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ConfigEntity.java index 8736040..54479ad 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ConfigEntity.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ConfigEntity.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.code.entity; import lombok.Data; /** - * @author xijue + * @author mmsAdmin */ @Data public class ConfigEntity { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/HttpMethod.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/HttpMethod.java index e1bbaf8..c96402c 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/HttpMethod.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/HttpMethod.java @@ -8,7 +8,7 @@ import java.util.Map; /** * @ClassName HttpMethod * @Description TODO 请求方式 - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 21:42 */ public enum HttpMethod { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintHeader.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintHeader.java index f46a8b9..e9c508e 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintHeader.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintHeader.java @@ -5,7 +5,7 @@ import lombok.Data; /** * Table 打印对象表头 - * @author Xijue + * @author mmsAdmin */ @Data public class PrintHeader{ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintObject.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintObject.java index 5262998..761ea8a 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintObject.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/PrintObject.java @@ -11,7 +11,7 @@ import java.util.List; /** * Table 打印对象 * - * @author Xijue + * @author mmsAdmin */ @Data public class PrintObject { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ThreeQueryBo.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ThreeQueryBo.java index c6fb9d2..12ca1e3 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ThreeQueryBo.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/ThreeQueryBo.java @@ -4,7 +4,7 @@ import lombok.Data; /** * 树结构查询bo - * @Author: xijue + * @Author: mmsAdmin */ @Data public class ThreeQueryBo { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/WxCodeBo.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/WxCodeBo.java index d6c6b5f..1de0fc7 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/WxCodeBo.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/entity/WxCodeBo.java @@ -11,7 +11,7 @@ import java.util.Map; /** * wxCodeBo 微信二维码常量 - * @author xijue + * @author mmsAdmin */ @Data public class WxCodeBo { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/ConfigService.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/ConfigService.java index 6c5229c..e1aa56d 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/ConfigService.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/ConfigService.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.code.service; /** * @ClassName ConfigService * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 21:02 */ public interface ConfigService { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/DictService.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/DictService.java index ef38fb1..cf1c281 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/DictService.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/code/service/DictService.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.code.service; /** * @ClassName DictService * @Description 字典服务 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:27 */ public interface DictService { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheConstants.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheConstants.java index 9b97927..5cfcb57 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheConstants.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheConstants.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.constant; /** * @ClassName CacheConstants * @Description key常量 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:40 */ public interface CacheConstants { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheNames.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheNames.java index 985d659..175c7d0 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheNames.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/CacheNames.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.constant; /** * @ClassName CacheNames * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 21:11 */ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/Constants.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/Constants.java index 3a35f88..ead919c 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/Constants.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/Constants.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.constant; /** * @ClassName Constants * @Description 基础变量 - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/25 12:08 */ public interface Constants { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/UserConstants.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/UserConstants.java index 0b50e6b..1cff32e 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/UserConstants.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/constant/UserConstants.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.constant; /** * @ClassName UserConstants * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/25 12:00 */ public interface UserConstants { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enumeration/AnnotationEnum.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enumeration/AnnotationEnum.java index e1d1258..91e8a7d 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enumeration/AnnotationEnum.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enumeration/AnnotationEnum.java @@ -4,7 +4,7 @@ package com.sxpcwlkj.common.enumeration; * 注解枚举 * * @name: AnnotationEnum - * @author: 西决 + * @author: mmsAdmin * @date: 2022/11/30 **/ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/CaptchaCategoryEnum.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/CaptchaCategoryEnum.java index 0318ba8..998ee78 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/CaptchaCategoryEnum.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/CaptchaCategoryEnum.java @@ -10,7 +10,7 @@ import lombok.Getter; /** * @ClassName CaptchaCategory * @Description 验证码类型 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:04 */ @Getter @@ -33,4 +33,4 @@ public enum CaptchaCategoryEnum { SHEAR(ShearCaptcha.class); private final Class clazz; -} \ No newline at end of file +} diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ConfigKeyNum.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ConfigKeyNum.java index 8824d22..398cc52 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ConfigKeyNum.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ConfigKeyNum.java @@ -5,7 +5,7 @@ import lombok.Getter; /** * 接口返回错误码枚举 - * @author xijue + * @author mmsAdmin */ public enum ConfigKeyNum implements IEnum { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/DataBaseType.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/DataBaseType.java index 89516b5..b02265b 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/DataBaseType.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/DataBaseType.java @@ -8,7 +8,7 @@ import lombok.Getter; /** * 数据库类型 * - * @author XIjue + * @author mmsAdmin */ @Getter @AllArgsConstructor diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ErrorCode.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ErrorCode.java index 74e6d9c..94e34c2 100755 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ErrorCode.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/ErrorCode.java @@ -6,7 +6,7 @@ import lombok.Getter; /** * 错误编码 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Getter diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/PrintTypeEnum.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/PrintTypeEnum.java index 97c964b..f89637c 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/PrintTypeEnum.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/PrintTypeEnum.java @@ -8,7 +8,7 @@ import lombok.Getter; /** * 打印类型 * - * @author Xijue + * @author mmsAdmin */ @Getter public enum PrintTypeEnum implements IEnum { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SensitivityTypeEnum.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SensitivityTypeEnum.java index ef6e7fa..beabbbb 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SensitivityTypeEnum.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SensitivityTypeEnum.java @@ -4,7 +4,7 @@ import lombok.Getter; /** * 脱敏 - * @author: xijue + * @author: mmsAdmin * @date: 2020/11/17 14:44 * @description: */ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SmsKeyNum.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SmsKeyNum.java index 09400b7..ee4039e 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SmsKeyNum.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/enums/SmsKeyNum.java @@ -5,7 +5,7 @@ import lombok.Getter; /** * 接口返回错误码枚举 - * @author xijue + * @author mmsAdmin */ public enum SmsKeyNum implements IEnum { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/DemoModeException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/DemoModeException.java index a8c3e35..f46a348 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/DemoModeException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/DemoModeException.java @@ -6,7 +6,7 @@ import java.io.Serial; /** * DemoModeException - * @Author 西决 + * @Author mmsAdmin */ @Getter public class DemoModeException extends RuntimeException { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/LoginException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/LoginException.java index 9cff391..6a35259 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/LoginException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/LoginException.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.exception; import java.io.Serial; /** - * @author xijue + * @author mmsAdmin */ public class LoginException extends RuntimeException{ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/MmsException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/MmsException.java index cda8494..42301ed 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/MmsException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/MmsException.java @@ -9,7 +9,7 @@ import java.io.Serial; /** * 自定义异常 - * @author xijue + * @author mmsAdmin */ @EqualsAndHashCode(callSuper = true) @Data diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/ParamsException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/ParamsException.java index 1768ac9..db29994 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/ParamsException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/ParamsException.java @@ -7,7 +7,7 @@ import java.io.Serial; /** * 参数异常 - * @author xijue + * @author mmsAdmin */ @Setter public class ParamsException extends RuntimeException { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TenantException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TenantException.java index f5d3096..7f46789 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TenantException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TenantException.java @@ -2,7 +2,7 @@ package com.sxpcwlkj.common.exception; import java.io.Serial; /** - * @author xijue + * @author mmsAdmin */ public class TenantException extends RuntimeException{ @Serial diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TokenExpireException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TokenExpireException.java index 641a2c5..9e2b293 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TokenExpireException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/TokenExpireException.java @@ -7,7 +7,7 @@ import java.io.Serial; /** * 用户登陆信息过期异常 - * @author xijue + * @author mmsAdmin */ @Setter public class TokenExpireException extends RuntimeException { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/UtilException.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/UtilException.java index c1052b0..e8a10fc 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/UtilException.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/exception/UtilException.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.common.exception; import java.io.Serial; /** - * @author xijue + * @author mmsAdmin */ public class UtilException extends RuntimeException { @Serial diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/CaptchaProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/CaptchaProperties.java index 0790836..2e9ee06 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/CaptchaProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/CaptchaProperties.java @@ -7,7 +7,7 @@ import org.springframework.stereotype.Component; /** * @ClassName CaptchaProperties * @Description 验证码配置 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:00 */ @Data diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/DemoModeProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/DemoModeProperties.java index 559694c..2865019 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/DemoModeProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/DemoModeProperties.java @@ -5,7 +5,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; import java.util.Set; /** - * @author xijue + * @author mmsAdmin */ @Data @Component diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/MsProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/MsProperties.java index 6795856..393ffa2 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/MsProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/MsProperties.java @@ -7,7 +7,7 @@ import org.springframework.stereotype.Component; /** * @ClassName SxpcwkjProperties * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:30 */ @Data diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SaTokenProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SaTokenProperties.java index 5f1d904..36dca9a 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SaTokenProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SaTokenProperties.java @@ -7,7 +7,7 @@ import org.springframework.stereotype.Component; /** * @ClassName SaTokenProperties * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 21:06 */ @Data diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SpringDocProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SpringDocProperties.java index f2f6755..2080639 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SpringDocProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/SpringDocProperties.java @@ -17,7 +17,7 @@ import java.util.List; /** * swagger 配置属性 * - * @author XIjue + * @author mmsAdmin */ @Data @Component diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/TenantProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/TenantProperties.java index da81327..9a3b571 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/TenantProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/TenantProperties.java @@ -7,7 +7,7 @@ import org.springframework.context.annotation.Configuration; import java.util.List; /** * 多租户 - * @author xijue + * @author mmsAdmin */ @Data @Configuration diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/XssProperties.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/XssProperties.java index 9b5c6e6..a2bc039 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/XssProperties.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/properties/XssProperties.java @@ -7,7 +7,7 @@ import org.springframework.stereotype.Component; /** * @ClassName XssProperties * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 21:27 */ @Data diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/BigDecimalUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/BigDecimalUtil.java index aaba3a1..92e741a 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/BigDecimalUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/BigDecimalUtil.java @@ -9,7 +9,7 @@ import java.math.RoundingMode; * BigDecimal的加法运算封装 * * @name: BigDecimalUtil - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ public class BigDecimalUtil { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ByteStringUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ByteStringUtil.java index 2a768db..a82c661 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ByteStringUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ByteStringUtil.java @@ -2,7 +2,7 @@ package com.sxpcwlkj.common.utils; /** * 字节转换 - * @author Xijue + * @author mmsAdmin */ public class ByteStringUtil { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CacheUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CacheUtil.java index e35987b..8bc681b 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CacheUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CacheUtil.java @@ -12,7 +12,7 @@ import java.util.Set; /** * @ClassName CacheUtil * @Description 缓存操作 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 21:10 */ @NoArgsConstructor(access = AccessLevel.PRIVATE) @@ -72,4 +72,4 @@ public class CacheUtil { CACHE_MANAGER.getCache(cacheNames).clear(); } -} \ No newline at end of file +} diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CookieUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CookieUtil.java index 22f4c67..3c65adf 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CookieUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/CookieUtil.java @@ -7,7 +7,7 @@ import lombok.extern.slf4j.Slf4j; /** * Cookie * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/DateUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/DateUtil.java index 4ed5b09..e41d602 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/DateUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/DateUtil.java @@ -13,7 +13,7 @@ import java.util.*; * 日期类型转换 工具类 * * @name: BigDecimalUtil - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ @Slf4j diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/EncodingUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/EncodingUtil.java index 14d4164..334395d 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/EncodingUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/EncodingUtil.java @@ -6,7 +6,7 @@ import java.io.UnsupportedEncodingException; * 编码工具类 * * @name: EncodingUtil - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/FileUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/FileUtil.java index c8cdd7a..96790a7 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/FileUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/FileUtil.java @@ -15,7 +15,7 @@ import java.nio.file.Path; import java.nio.file.Paths; /** - * @author: xijue + * @author: mmsAdmin */ public class FileUtil extends cn.hutool.core.io.FileUtil { /** diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/HtmlToText.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/HtmlToText.java index b2c12be..55770fe 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/HtmlToText.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/HtmlToText.java @@ -10,7 +10,7 @@ import java.io.*; * Html处理工具类 * * @name: HtmlToText - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/IPUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/IPUtil.java index 0a12058..32a2749 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/IPUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/IPUtil.java @@ -8,7 +8,7 @@ import org.springframework.web.context.request.ServletRequestAttributes; /** * IP工具类 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/JsonUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/JsonUtil.java index fdf3b67..88efeeb 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/JsonUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/JsonUtil.java @@ -18,7 +18,7 @@ import java.util.List; /** * @ClassName JsonUtil * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 21:21 */ @NoArgsConstructor(access = AccessLevel.PRIVATE) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/PasswordStrengthCheckerUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/PasswordStrengthCheckerUtil.java index c10486a..c1db3df 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/PasswordStrengthCheckerUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/PasswordStrengthCheckerUtil.java @@ -5,7 +5,7 @@ import lombok.Getter; /** * 计算密码强度 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class PasswordStrengthCheckerUtil { diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/R.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/R.java index c04c476..fab72a2 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/R.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/R.java @@ -24,21 +24,16 @@ public class R { /** * 状态信息 - * 0:success -1:fail */ - - private Integer status=0; + private Boolean status=false; /** * 返回信息 */ - private String msg; - /** * 数据 */ - private T data; /** * 是否加密 @@ -58,7 +53,7 @@ public class R { private static R response(Integer code, Boolean status, String message, T data) { R ajaxResult = new R<>(); ajaxResult.setCode(code); - ajaxResult.setStatus(code==200?0:-1); + ajaxResult.setStatus(code==200); ajaxResult.setMsg(message); ajaxResult.setData(data); return ajaxResult; @@ -76,23 +71,22 @@ public class R { private static R response(Integer code, Boolean status, String message) { R ajaxResult = new R<>(); ajaxResult.setCode(code); - ajaxResult.setStatus(code==200?0:-1); + ajaxResult.setStatus(code==200); ajaxResult.setMsg(message); return ajaxResult; } /** * 全参数方法 - * - * @param aBoolean - * @param data - * @param - * @return + * @param aBoolean 状态 + * @param data 数据 + * @return 返回结果 + * @param 泛型 */ protected static R response(Boolean aBoolean, T data) { R ajaxResult = new R<>(); ajaxResult.setCode(aBoolean ? HttpStatusEnum.SUCCESS.getCode() : HttpStatusEnum.ERROR.getCode()); - ajaxResult.setStatus(aBoolean?0:-1); + ajaxResult.setStatus(aBoolean); ajaxResult.setMsg(aBoolean ? HttpStatusEnum.SUCCESS.getMessage() : HttpStatusEnum.ERROR.getMessage()); ajaxResult.setData(data); return ajaxResult; @@ -289,7 +283,7 @@ public class R { public static R security(Integer code, String message, T data) { R ajaxResult = new R<>(); ajaxResult.setCode(code); - ajaxResult.setStatus(code==200?0:-1); + ajaxResult.setStatus(code==200); ajaxResult.setMsg(message); ajaxResult.setData(data); ajaxResult.setIsSecurity(true); @@ -299,7 +293,7 @@ public class R { public static R okFail(String message) { R ajaxResult = new R<>(); ajaxResult.setCode(200); - ajaxResult.setStatus(-1); + ajaxResult.setStatus(false); ajaxResult.setMsg(message); ajaxResult.setIsSecurity(false); return ajaxResult; @@ -307,7 +301,7 @@ public class R { public static R okFail(String message, T data) { R ajaxResult = new R<>(); ajaxResult.setCode(200); - ajaxResult.setStatus(0); + ajaxResult.setStatus(true); ajaxResult.setMsg(message); ajaxResult.setData(data); ajaxResult.setIsSecurity(false); diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/RandomUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/RandomUtil.java index 0403476..5a5d2aa 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/RandomUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/RandomUtil.java @@ -7,7 +7,7 @@ import java.util.UUID; * 随机对象工具类 * * @name: RandomUtils - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ServletUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ServletUtil.java index e2d3a97..e0d0fa5 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ServletUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ServletUtil.java @@ -26,7 +26,7 @@ import java.util.Objects; /** * web服务工具 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @NoArgsConstructor(access = AccessLevel.PRIVATE) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SpringUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SpringUtil.java index 2ce929b..bf529c5 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SpringUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SpringUtil.java @@ -7,7 +7,7 @@ import org.springframework.stereotype.Component; /** * @ClassName SpringUtil * @Description spring工具类 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 21:12 */ @Component diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SqlUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SqlUtil.java index cc816e7..0fb18a3 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SqlUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/SqlUtil.java @@ -7,7 +7,7 @@ import lombok.NoArgsConstructor; /** * @ClassName SqlUtil * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:33 */ @NoArgsConstructor(access = AccessLevel.PRIVATE) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StreamUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StreamUtil.java index 66fd376..3e68924 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StreamUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StreamUtil.java @@ -14,7 +14,7 @@ import java.util.stream.Collectors; /** * @ClassName StreamUtil * @Description TODO 工具流 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:45 */ @NoArgsConstructor(access = AccessLevel.PRIVATE) diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StringUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StringUtil.java index c625cd0..45bbbe1 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StringUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/StringUtil.java @@ -17,7 +17,7 @@ import java.util.stream.Collectors; * 字符串工具类 * * @name: StringUtils - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ diff --git a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ValidatorUtil.java b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ValidatorUtil.java index 35ca536..c68e905 100644 --- a/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ValidatorUtil.java +++ b/mms-modules/mms-common/src/main/java/com/sxpcwlkj/common/utils/ValidatorUtil.java @@ -16,7 +16,7 @@ import java.util.Set; /** * @ClassName ValidatorUtil * @Description 验证工具 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/1/23 20:48 */ @NoArgsConstructor(access = AccessLevel.PRIVATE) diff --git a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/MybatisPlusConfig.java b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/MybatisPlusConfig.java index def8cc8..63bda1a 100644 --- a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/MybatisPlusConfig.java +++ b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/MybatisPlusConfig.java @@ -26,7 +26,7 @@ import java.util.Objects; * MybatisPlus配置 * * @name: MybatisPlusConfig - * @author: 西决 + * @author: mmsAdmin * @date: 2022/12/01 **/ diff --git a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/P6SpyConfig.java b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/P6SpyConfig.java index 19f1b2b..5aad224 100644 --- a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/P6SpyConfig.java +++ b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/config/P6SpyConfig.java @@ -7,7 +7,7 @@ import java.util.Date; /** * - * @author xijue + * @author mmsAdmin */ public class P6SpyConfig implements MessageFormattingStrategy { private final SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS"); diff --git a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/BaseEntity.java b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/BaseEntity.java index 58e9faa..6be5d40 100644 --- a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/BaseEntity.java +++ b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/BaseEntity.java @@ -17,7 +17,7 @@ import java.util.Date; * 3. 多租户支持(租户ID) * 4. 乐观锁控制 * - * @author xijue + * @author mmsAdmin * @since 2023-01-01 */ @Data diff --git a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/page/PageQuery.java b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/page/PageQuery.java index 8ad169b..43b3433 100644 --- a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/page/PageQuery.java +++ b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/entity/page/PageQuery.java @@ -19,7 +19,7 @@ import java.util.List; /** * 分页查询实体类 * - * @author xijue + * @author mmsAdmin */ @Data diff --git a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeContextHolder.java b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeContextHolder.java index 2fe44c7..6739cae 100644 --- a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeContextHolder.java +++ b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeContextHolder.java @@ -2,7 +2,7 @@ package com.sxpcwlkj.datasource.handler; /** * 创建上下文持有者 - * @author xijue + * @author mmsAdmin */ public class DemoModeContextHolder { private static final ThreadLocal DEMO_MODE_DISABLED = new ThreadLocal<>(); diff --git a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeInterceptor.java b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeInterceptor.java index adeafb6..ef12c16 100644 --- a/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeInterceptor.java +++ b/mms-modules/mms-datasource/src/main/java/com/sxpcwlkj/datasource/handler/DemoModeInterceptor.java @@ -22,7 +22,7 @@ import java.util.HashSet; import java.util.Set; /** - * @author xijue + * @author mmsAdmin */ @Intercepts({ @Signature(type = Executor.class, method = "update", args = {MappedStatement.class, Object.class}), diff --git a/mms-modules/mms-demo/src/main/java/com/sxpcwlkj/demo/controller/WebSocketController.java b/mms-modules/mms-demo/src/main/java/com/sxpcwlkj/demo/controller/WebSocketController.java index 73a1978..fdcf0a3 100644 --- a/mms-modules/mms-demo/src/main/java/com/sxpcwlkj/demo/controller/WebSocketController.java +++ b/mms-modules/mms-demo/src/main/java/com/sxpcwlkj/demo/controller/WebSocketController.java @@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** - * @author xijue + * @author mmsAdmin * @ClassName WebSocketController * @description: socket测试 * @date 2024年10月23日 diff --git a/mms-modules/mms-email/src/main/java/com/sxpcwlkj/email/config/MailConfig.java b/mms-modules/mms-email/src/main/java/com/sxpcwlkj/email/config/MailConfig.java index c9e6a94..011127a 100644 --- a/mms-modules/mms-email/src/main/java/com/sxpcwlkj/email/config/MailConfig.java +++ b/mms-modules/mms-email/src/main/java/com/sxpcwlkj/email/config/MailConfig.java @@ -19,7 +19,7 @@ import java.util.concurrent.atomic.AtomicReference; /** * JavaMail 配置 - * @Author 西决 + * @Author mmsAdmin */ @Configuration @Slf4j diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ApiSecurityParam.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ApiSecurityParam.java index b8c164f..b169fa0 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ApiSecurityParam.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ApiSecurityParam.java @@ -7,7 +7,7 @@ import java.util.Map; /** * API 报文对象 - * @author XIjue + * @author mmsAdmin */ @Data public class ApiSecurityParam { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/MssHttpInputMessage.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/MssHttpInputMessage.java index 33e55b0..11298f2 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/MssHttpInputMessage.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/MssHttpInputMessage.java @@ -10,7 +10,7 @@ import java.io.InputStream; /** * 新购 HttpInputMessage 实现 * - * @author xijue + * @author mmsAdmin */ public class MssHttpInputMessage implements HttpInputMessage { HttpHeaders headers; diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/RequestBodyHandlerAdvice.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/RequestBodyHandlerAdvice.java index 4a9be7d..713c9ab 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/RequestBodyHandlerAdvice.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/RequestBodyHandlerAdvice.java @@ -36,7 +36,7 @@ import java.util.concurrent.TimeUnit; /** - * @author Xi jue + * @author mmsAdmin * 添加 @MssSafety 接口请求参数解密 */ @Slf4j diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ResponseResultBodyAdvice.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ResponseResultBodyAdvice.java index 7a2cc1e..d339a91 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ResponseResultBodyAdvice.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/advice/ResponseResultBodyAdvice.java @@ -27,7 +27,7 @@ import java.util.HashMap; import java.util.Map; /** - * @author Xijue + * @author mmsAdmin * 添加 @MssSafety 接口响应数据加密 */ @RestControllerAdvice diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/aop/RateLimitAspect.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/aop/RateLimitAspect.java index 816ce46..49c4772 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/aop/RateLimitAspect.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/aop/RateLimitAspect.java @@ -13,7 +13,7 @@ import java.util.concurrent.ConcurrentHashMap; /** * 限流切面 - * @author XIjue + * @author mmsAdmin * */ @Aspect diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSensitiveAnnotationIntrospector.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSensitiveAnnotationIntrospector.java index ad8d6aa..5845390 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSensitiveAnnotationIntrospector.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSensitiveAnnotationIntrospector.java @@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; /** * 字典注解序列化拦截器 * - * @author Xijue + * @author mmsAdmin */ @Component public class DictSensitiveAnnotationIntrospector extends NopAnnotationIntrospector { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSerializer.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSerializer.java index 6da0f8a..4b13188 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSerializer.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/DictSerializer.java @@ -15,7 +15,7 @@ import lombok.SneakyThrows; /** * 字典自定序列化类 * - * @author xijue + * @author mmsAdmin */ public class DictSerializer extends StdSerializer implements ContextualSerializer { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/JacksonConfig.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/JacksonConfig.java index a332174..5a3bbb4 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/JacksonConfig.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/JacksonConfig.java @@ -19,7 +19,7 @@ import java.util.TimeZone; /** * Jackson配置 * - * @Author 西决 + * @Author mmsAdmin */ @Slf4j @Configuration diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/LogConfig.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/LogConfig.java index 1952081..d552c43 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/LogConfig.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/LogConfig.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.framework.config; /** * @ClassName LogConfig * @Description 日志配置 - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 17:24 */ public class LogConfig { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/SpringDocConfig.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/SpringDocConfig.java index 4fda79e..d38f942 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/SpringDocConfig.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/SpringDocConfig.java @@ -20,7 +20,7 @@ import java.util.Set; /** * Swagger 文档配置 * - * @author 西决 + * @author mmsAdmin */ @RequiredArgsConstructor @Configuration diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/UndertowConfig.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/UndertowConfig.java index 531daa8..d4337a9 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/UndertowConfig.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/UndertowConfig.java @@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration; /** * 设置 Undertow * - * @Author 西决 + * @Author mmsAdmin */ @Configuration public class UndertowConfig implements WebServerFactoryCustomizer { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/ValidatedGroupConfig.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/ValidatedGroupConfig.java index c4072bb..1a2d89d 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/ValidatedGroupConfig.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/config/ValidatedGroupConfig.java @@ -1,7 +1,7 @@ package com.sxpcwlkj.framework.config; /** - * @author XIjue + * @author mmsAdmin */ public interface ValidatedGroupConfig { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/AesKeyEntity.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/AesKeyEntity.java index ad259a3..2fd3bdb 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/AesKeyEntity.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/AesKeyEntity.java @@ -9,7 +9,7 @@ import java.io.Serializable; /** * @ClassName RsaKeyEntity * @Description 保存公钥 私钥额一个基础类 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/6/11 22:31 */ @Data diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/BaseEntityVo.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/BaseEntityVo.java index d72b0a4..ba5dacc 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/BaseEntityVo.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/BaseEntityVo.java @@ -17,7 +17,7 @@ import java.util.Date; /** * SpringWeb 基础实体类 * - * @author xijue + * @author mmsAdmin **/ @EqualsAndHashCode(callSuper = false) @Data diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/RsaKeyEntity.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/RsaKeyEntity.java index 691c404..62ee7be 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/RsaKeyEntity.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/RsaKeyEntity.java @@ -9,7 +9,7 @@ import java.io.Serializable; /** * @ClassName RsaKeyEntity * @Description 保存公钥 私钥额一个基础类 - * @Author 西决 + * @Author mmsAdmin * @Date 2023/6/11 22:31 */ @Data diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/SysSign.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/SysSign.java index 7ef5037..b39f42f 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/SysSign.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/entity/SysSign.java @@ -12,7 +12,7 @@ import java.util.Date; /** * 系统加签 - * @author: Xi jue + * @author: mmsAdmin */ @Data @NoArgsConstructor diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/filter/RequestFilter.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/filter/RequestFilter.java index e832824..810ee4a 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/filter/RequestFilter.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/filter/RequestFilter.java @@ -17,7 +17,7 @@ import static org.springframework.core.Ordered.HIGHEST_PRECEDENCE; /** * 请求流转换为多次读取的请求流 过滤器 * - * @Author Xi jue + * @Author mmsAdmin */ @Slf4j @WebFilter(filterName = "requestFilter", urlPatterns = {"/**"}) diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebHandlerInterceptorHandler.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebHandlerInterceptorHandler.java index a301d95..b19a48e 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebHandlerInterceptorHandler.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebHandlerInterceptorHandler.java @@ -29,7 +29,7 @@ import java.util.Map; import java.util.Objects; /** - * @author xijue + * @author mmsAdmin */ @Slf4j diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebMvcConfigurerHandler.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebMvcConfigurerHandler.java index 28ae142..0de9979 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebMvcConfigurerHandler.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/handler/WebMvcConfigurerHandler.java @@ -15,7 +15,7 @@ import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** - * @author xijue + * @author mmsAdmin * 跨域请求配置 */ @Configuration diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DateTimeDeserializer.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DateTimeDeserializer.java index 2aa7214..8986354 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DateTimeDeserializer.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DateTimeDeserializer.java @@ -11,7 +11,7 @@ import java.io.IOException; /** * 日期转换器 - * @author XIjue + * @author mmsAdmin */ public class DateTimeDeserializer extends JsonDeserializer { @Override diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DictExcelConverter.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DictExcelConverter.java index f44cb6f..6a23847 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DictExcelConverter.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/interceptor/DictExcelConverter.java @@ -19,7 +19,7 @@ import java.util.List; import java.util.Map; /** - * @author: Xi jue + * @author: mmsAdmin * Excel 字典转换器 */ public class DictExcelConverter implements Converter { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/SysSignService.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/SysSignService.java index 686c41f..765b324 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/SysSignService.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/SysSignService.java @@ -6,7 +6,7 @@ import jakarta.servlet.http.HttpServletResponse; /** * 系统加签 - * @author: Xi jue + * @author: mmsAdmin */ public interface SysSignService { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/impl/SysSignServiceImpl.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/impl/SysSignServiceImpl.java index a21a5fb..cf9d227 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/impl/SysSignServiceImpl.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/sercice/impl/SysSignServiceImpl.java @@ -26,7 +26,7 @@ import java.util.Objects; /** * 系统加签 - * @author: Xi jue + * @author: mmsAdmin */ @Service @Slf4j diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/AddressUtil.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/AddressUtil.java index 525dce1..95ec0c5 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/AddressUtil.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/AddressUtil.java @@ -13,7 +13,7 @@ import java.io.File; import java.io.IOException; /** - * @author xijue + * @author mmsAdmin */ @Slf4j diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/ExcelUtil.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/ExcelUtil.java index 22eadbe..2a53432 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/ExcelUtil.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/ExcelUtil.java @@ -15,7 +15,7 @@ import java.util.Set; /** * excel工具类 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class ExcelUtil { diff --git a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/SignUtil.java b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/SignUtil.java index 1fc6bca..4cacb32 100644 --- a/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/SignUtil.java +++ b/mms-modules/mms-framework/src/main/java/com/sxpcwlkj/framework/utils/SignUtil.java @@ -45,7 +45,7 @@ import java.util.*; /** * 对参数进行签名 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class SignUtil { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/GenQueryBo.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/GenQueryBo.java index 4d11357..396bb56 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/GenQueryBo.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/GenQueryBo.java @@ -9,7 +9,7 @@ import lombok.Data; /** * 查询公共参数 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/annotation/EncryptParameter.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/annotation/EncryptParameter.java index f28ec2a..86b1afc 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/annotation/EncryptParameter.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/annotation/EncryptParameter.java @@ -7,7 +7,7 @@ import java.lang.annotation.*; /** * 参数加解密注解 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Target({ElementType.FIELD}) diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/aspect/EncryptParameterAspect.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/aspect/EncryptParameterAspect.java index 5dea1b0..aa6f9e0 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/aspect/EncryptParameterAspect.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/aspect/EncryptParameterAspect.java @@ -24,7 +24,7 @@ import java.util.Objects; /** * 处理参数加密解密切面 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Aspect diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/BaseService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/BaseService.java index 50bcf0f..8bde478 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/BaseService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/BaseService.java @@ -5,7 +5,7 @@ import com.baomidou.mybatisplus.extension.service.IService; /** * 基础服务接口,所有Service接口都要继承 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface BaseService extends IService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/impl/BaseServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/impl/BaseServiceImpl.java index ebd7bd5..aa0b41f 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/impl/BaseServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/common/service/impl/BaseServiceImpl.java @@ -14,7 +14,7 @@ import com.sxpcwlkj.gen.common.service.BaseService; /** * 基础服务类,所有Service都要继承 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class BaseServiceImpl, T> extends ServiceImpl implements BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/DbType.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/DbType.java index 24e0c1a..fa8bfd2 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/DbType.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/DbType.java @@ -5,7 +5,7 @@ import cn.hutool.core.util.StrUtil; /** * 数据库类型 枚举 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public enum DbType { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/GenDataSource.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/GenDataSource.java index a4294c8..93089ee 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/GenDataSource.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/GenDataSource.java @@ -12,7 +12,7 @@ import java.sql.SQLException; /** * 代码生成器 数据源 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/AbstractQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/AbstractQuery.java index b299e7e..46e9bcd 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/AbstractQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/AbstractQuery.java @@ -6,7 +6,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * GenQueryBo * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/ClickHouseQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/ClickHouseQuery.java index 1c47572..0840ece 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/ClickHouseQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/ClickHouseQuery.java @@ -6,7 +6,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * ClickHouse 表数据查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class ClickHouseQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/DmQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/DmQuery.java index f258ce4..09ef41a 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/DmQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/DmQuery.java @@ -6,7 +6,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * 达梦8 查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class DmQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/KingBaseSqlQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/KingBaseSqlQuery.java index 467f8bf..efff66d 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/KingBaseSqlQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/KingBaseSqlQuery.java @@ -6,7 +6,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * KingBase 查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class KingBaseSqlQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/MySqlQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/MySqlQuery.java index 0216c50..98dc845 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/MySqlQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/MySqlQuery.java @@ -6,7 +6,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * MySQL查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class MySqlQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/OracleQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/OracleQuery.java index 9ec1771..aaf4fe9 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/OracleQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/OracleQuery.java @@ -7,7 +7,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * Oracle查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class OracleQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/PostgreSqlQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/PostgreSqlQuery.java index 15f0138..28678ed 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/PostgreSqlQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/PostgreSqlQuery.java @@ -5,7 +5,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * PostgreSql查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class PostgreSqlQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/SQLServerQuery.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/SQLServerQuery.java index 430d529..5c41ece 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/SQLServerQuery.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/query/SQLServerQuery.java @@ -5,7 +5,7 @@ import com.sxpcwlkj.gen.config.DbType; /** * SQLServer查询 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class SQLServerQuery implements AbstractQuery { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/DeveloperInfo.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/DeveloperInfo.java index 1f72e7f..14b068f 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/DeveloperInfo.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/DeveloperInfo.java @@ -5,7 +5,7 @@ import lombok.Data; /** * 开发者信息 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorConfig.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorConfig.java index 71cbe05..e0e15b0 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorConfig.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorConfig.java @@ -13,7 +13,7 @@ import java.nio.charset.StandardCharsets; /** * 代码生成配置内容 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Configuration diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorInfo.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorInfo.java index 63e5b49..3a77cb5 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorInfo.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/GeneratorInfo.java @@ -7,7 +7,7 @@ import java.util.List; /** * 代码生成信息 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/ProjectInfo.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/ProjectInfo.java index 6516e6e..5bf0d8d 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/ProjectInfo.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/ProjectInfo.java @@ -5,7 +5,7 @@ import lombok.Data; /** * 项目信息 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/TemplateInfo.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/TemplateInfo.java index 32f8a2e..97342f4 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/TemplateInfo.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/config/template/TemplateInfo.java @@ -5,7 +5,7 @@ import lombok.Data; /** * 模板信息 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/BaseClassController.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/BaseClassController.java index 2eb129d..07de87e 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/BaseClassController.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/BaseClassController.java @@ -15,7 +15,7 @@ import java.util.List; /** * 基类管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @RestController diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/DataSourceController.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/DataSourceController.java index 89c69c1..bbf37e2 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/DataSourceController.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/DataSourceController.java @@ -24,7 +24,7 @@ import java.util.List; /** * 数据源管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/FieldTypeController.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/FieldTypeController.java index 25f5311..606edcc 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/FieldTypeController.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/FieldTypeController.java @@ -15,7 +15,7 @@ import java.util.Set; /** * 字段类型管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @RestController diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/GeneratorController.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/GeneratorController.java index 58ab63f..7927952 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/GeneratorController.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/GeneratorController.java @@ -16,7 +16,7 @@ import java.util.zip.ZipOutputStream; /** * 代码生成 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @RestController diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/ProjectModifyController.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/ProjectModifyController.java index 38d64f0..66120fc 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/ProjectModifyController.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/ProjectModifyController.java @@ -16,7 +16,7 @@ import java.util.List; /** * 项目名变更 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @RestController diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/TableController.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/TableController.java index 1e4dac0..e102b33 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/TableController.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/controller/TableController.java @@ -19,7 +19,7 @@ import java.util.List; /** * 数据表管理 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/BaseClassEntity.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/BaseClassEntity.java index acc58be..3fc8184 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/BaseClassEntity.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/BaseClassEntity.java @@ -9,7 +9,7 @@ import java.util.Date; /** * 基类管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/DataSourceEntity.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/DataSourceEntity.java index 0f9e27d..941b916 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/DataSourceEntity.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/DataSourceEntity.java @@ -10,7 +10,7 @@ import java.util.Date; /** * 数据源管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/FieldTypeEntity.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/FieldTypeEntity.java index b4eccaa..6b53184 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/FieldTypeEntity.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/FieldTypeEntity.java @@ -9,7 +9,7 @@ import java.util.Date; /** * 字段类型管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/ProjectModifyEntity.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/ProjectModifyEntity.java index 16f5848..ab6db21 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/ProjectModifyEntity.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/ProjectModifyEntity.java @@ -9,7 +9,7 @@ import java.util.Date; /** * 项目名变更 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableEntity.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableEntity.java index b90a541..fc65ec8 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableEntity.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableEntity.java @@ -12,7 +12,7 @@ import java.util.List; /** * 数据表 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableFieldEntity.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableFieldEntity.java index bc8f85e..865cf1a 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableFieldEntity.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/entity/TableFieldEntity.java @@ -7,7 +7,7 @@ import lombok.Data; /** * 表字段 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Data diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/AutoFillEnum.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/AutoFillEnum.java index ff7911b..5b8c555 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/AutoFillEnum.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/AutoFillEnum.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.gen.enums; /** * 字段自动填充 枚举 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public enum AutoFillEnum { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/FormLayoutEnum.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/FormLayoutEnum.java index d71b76e..c3fc378 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/FormLayoutEnum.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/FormLayoutEnum.java @@ -6,7 +6,7 @@ import lombok.Getter; /** * 表单布局 枚举 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Getter diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/GeneratorTypeEnum.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/GeneratorTypeEnum.java index bc1b6e7..f885b84 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/GeneratorTypeEnum.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/enums/GeneratorTypeEnum.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.gen.enums; /** * 代码生成方式 枚举 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public enum GeneratorTypeEnum { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/BaseClassMapper.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/BaseClassMapper.java index 6b76a11..99b0ad2 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/BaseClassMapper.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/BaseClassMapper.java @@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Mapper; /** * 基类管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Mapper diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/FieldTypeMapper.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/FieldTypeMapper.java index 986764a..d9c4472 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/FieldTypeMapper.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/FieldTypeMapper.java @@ -10,7 +10,7 @@ import java.util.Set; /** * 字段类型管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Mapper diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/ProjectModifyMapper.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/ProjectModifyMapper.java index ab6518e..df11711 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/ProjectModifyMapper.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/ProjectModifyMapper.java @@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Mapper; /** * 项目名变更 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Mapper diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableFieldMapper.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableFieldMapper.java index 7ae2609..30b5a68 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableFieldMapper.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableFieldMapper.java @@ -10,7 +10,7 @@ import java.util.List; /** * 表字段 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Mapper diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableMapper.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableMapper.java index a2023fa..771e189 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableMapper.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/mapper/TableMapper.java @@ -10,7 +10,7 @@ import org.springframework.stereotype.Repository; /** * 数据表 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Mapper diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/BaseClassService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/BaseClassService.java index e5465bc..17a90f9 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/BaseClassService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/BaseClassService.java @@ -10,7 +10,7 @@ import java.util.List; /** * 基类管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface BaseClassService extends BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/DataSourceService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/DataSourceService.java index 9858677..c816dfd 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/DataSourceService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/DataSourceService.java @@ -12,7 +12,7 @@ import java.util.List; /** * 数据源管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface DataSourceService extends BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/FieldTypeService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/FieldTypeService.java index d159694..f134a26 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/FieldTypeService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/FieldTypeService.java @@ -11,7 +11,7 @@ import java.util.Set; /** * 字段类型管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface FieldTypeService extends BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/GeneratorService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/GeneratorService.java index eb3500f..65eeb6b 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/GeneratorService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/GeneratorService.java @@ -9,7 +9,7 @@ import java.util.zip.ZipOutputStream; /** * 代码生成 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface GeneratorService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/ProjectModifyService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/ProjectModifyService.java index 399e9ca..b66830e 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/ProjectModifyService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/ProjectModifyService.java @@ -10,7 +10,7 @@ import java.io.IOException; /** * 项目名变更 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface ProjectModifyService extends BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableFieldService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableFieldService.java index b6b4152..f0aa10c 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableFieldService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableFieldService.java @@ -9,7 +9,7 @@ import java.util.List; /** * 表字段 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface TableFieldService extends BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableService.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableService.java index f605391..3920187 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableService.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/TableService.java @@ -8,7 +8,7 @@ import com.sxpcwlkj.gen.entity.TableEntity; /** * 数据表 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public interface TableService extends BaseService { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/BaseClassServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/BaseClassServiceImpl.java index 16d551c..a15798c 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/BaseClassServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/BaseClassServiceImpl.java @@ -16,7 +16,7 @@ import java.util.List; /** * 基类管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Service diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/DataSourceServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/DataSourceServiceImpl.java index c4fd179..a6a22e9 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/DataSourceServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/DataSourceServiceImpl.java @@ -28,7 +28,7 @@ import java.util.List; /** * 数据源管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Service diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/FieldTypeServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/FieldTypeServiceImpl.java index 8c95651..9295edb 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/FieldTypeServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/FieldTypeServiceImpl.java @@ -17,7 +17,7 @@ import java.util.stream.Collectors; /** * 字段类型管理 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Service diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/GeneratorServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/GeneratorServiceImpl.java index 732bc0c..3c4f842 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/GeneratorServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/GeneratorServiceImpl.java @@ -34,7 +34,7 @@ import java.util.zip.ZipOutputStream; /** * 代码生成 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Service diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/ProjectModifyServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/ProjectModifyServiceImpl.java index 2d70ade..13a0592 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/ProjectModifyServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/ProjectModifyServiceImpl.java @@ -24,7 +24,7 @@ import java.util.Map; /** * 项目名变更 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Service diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableFieldServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableFieldServiceImpl.java index 480377c..b900572 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableFieldServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableFieldServiceImpl.java @@ -17,7 +17,7 @@ import java.util.Map; /** * 表字段 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Service diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableServiceImpl.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableServiceImpl.java index 85a7c20..3cbfd10 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableServiceImpl.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/service/impl/TableServiceImpl.java @@ -38,7 +38,7 @@ import java.util.stream.Collectors; /** * 数据表 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/DbUtils.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/DbUtils.java index f975c4d..6571a8f 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/DbUtils.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/DbUtils.java @@ -11,7 +11,7 @@ import java.sql.SQLException; /** * DB工具类 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class DbUtils { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/GenUtils.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/GenUtils.java index 457d486..26cd8ac 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/GenUtils.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/GenUtils.java @@ -20,7 +20,7 @@ import java.util.List; /** * 代码生成器 工具类 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/ProjectUtils.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/ProjectUtils.java index 89f7a6d..442b7b4 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/ProjectUtils.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/ProjectUtils.java @@ -13,7 +13,7 @@ import java.util.Map; /** * 项目名变更 工具类 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ public class ProjectUtils { diff --git a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/TemplateUtils.java b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/TemplateUtils.java index 507d461..f43afcf 100755 --- a/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/TemplateUtils.java +++ b/mms-modules/mms-gen/src/main/java/com/sxpcwlkj/gen/utils/TemplateUtils.java @@ -11,7 +11,7 @@ import java.util.Map; /** * 模板工具类 - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Slf4j diff --git a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java index 09385a0..6ed7148 100644 --- a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java +++ b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java @@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration; /** * 配置队列 - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/14 14:44 * @description: */ diff --git a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java index 38a1b22..0850c01 100644 --- a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java +++ b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java @@ -6,7 +6,7 @@ import org.springframework.context.annotation.Configuration; /** * 配置队列 - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/14 14:44 * @description: */ diff --git a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java index 2ffbbb1..bab3f23 100644 --- a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java +++ b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java @@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration; /** * 配置队列 - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/14 14:44 * @description: */ diff --git a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java index 43e5786..39d4c56 100644 --- a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java +++ b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/RabbitmqDLXConfig.java @@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration; /** * 配置队列 - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/14 14:44 * @description: */ diff --git a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java index 3b92630..2326187 100644 --- a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java +++ b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queue/MqQueue.java @@ -6,7 +6,7 @@ import org.springframework.context.annotation.Configuration; /** * 配置队列 - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/14 14:44 * @description: */ diff --git a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java index a31b93c..3803d7e 100644 --- a/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java +++ b/mms-modules/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/mms-mq/src/main/java/com/sxpcwlkj/mq/queueExchange/MqQueueExchange.java @@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration; /** * 配置队列 - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/14 14:44 * @description: */ diff --git a/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/OssService.java b/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/OssService.java index 3b5b437..6d5e85a 100644 --- a/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/OssService.java +++ b/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/OssService.java @@ -11,7 +11,7 @@ import java.util.Map; /** * OssService * - * @author xijue + * @author mmsAdmin */ public interface OssService { diff --git a/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/MyFileStorageServiceImpl.java b/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/MyFileStorageServiceImpl.java index 80cb80c..5a2fa89 100644 --- a/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/MyFileStorageServiceImpl.java +++ b/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/MyFileStorageServiceImpl.java @@ -21,7 +21,7 @@ import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; /** - * @author xijue + * @author mmsAdmin */ @Service @RequiredArgsConstructor diff --git a/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/OssServiceImpl.java b/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/OssServiceImpl.java index 130d532..06de66d 100644 --- a/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/OssServiceImpl.java +++ b/mms-modules/mms-oss/src/main/java/com/sxpcwlkj/oss/service/impl/OssServiceImpl.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; /** - * @author xijue + * @author mmsAdmin */ @Service @RequiredArgsConstructor diff --git a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/RedisUtil.java b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/RedisUtil.java index d0b5ff3..0d08090 100644 --- a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/RedisUtil.java +++ b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/RedisUtil.java @@ -15,7 +15,7 @@ import java.util.stream.Stream; /** * @ClassName RedisUtil * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:58 */ @NoArgsConstructor(access = AccessLevel.PRIVATE) diff --git a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedisConfig.java b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedisConfig.java index c859d91..a76e29d 100644 --- a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedisConfig.java +++ b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedisConfig.java @@ -18,7 +18,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement; /** * @ClassName RedisConfig * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:40 */ @Slf4j diff --git a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedissonProperties.java b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedissonProperties.java index ab128fe..937a29d 100644 --- a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedissonProperties.java +++ b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/config/RedissonProperties.java @@ -10,7 +10,7 @@ import org.springframework.stereotype.Component; /** * @ClassName RedissonProperties * @Description TODO redisson配置 - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:43 */ @Data diff --git a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/handler/KeyPrefixHandler.java b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/handler/KeyPrefixHandler.java index 159b69c..ace2fef 100644 --- a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/handler/KeyPrefixHandler.java +++ b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/handler/KeyPrefixHandler.java @@ -6,7 +6,7 @@ import org.redisson.api.NameMapper; /** * @ClassName KeyPrefixHandler * @Description TODO edis缓存key前缀处理 - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:51 */ public class KeyPrefixHandler implements NameMapper { diff --git a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/manager/SpringCacheManager.java b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/manager/SpringCacheManager.java index 4564c3d..14e0e52 100644 --- a/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/manager/SpringCacheManager.java +++ b/mms-modules/mms-redis/src/main/java/com/sxpcwlkj/redis/manager/SpringCacheManager.java @@ -20,7 +20,7 @@ import java.util.concurrent.ConcurrentMap; /** * @ClassName SpringCacheManager * @Description TODO - * @Author 西决 + * @Author mmsAdmin * @Date 2022/12/4 20:54 */ public class SpringCacheManager implements CacheManager { diff --git a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/config/Sms4jSmsConfig.java b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/config/Sms4jSmsConfig.java index 228b31a..03ce398 100644 --- a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/config/Sms4jSmsConfig.java +++ b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/config/Sms4jSmsConfig.java @@ -16,7 +16,7 @@ import java.util.List; import java.util.concurrent.atomic.AtomicReference; /** - * @author xijue + * @author mmsAdmin */ @RequiredArgsConstructor @Component diff --git a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsConfigService.java b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsConfigService.java index e598951..3ac0c46 100644 --- a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsConfigService.java +++ b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsConfigService.java @@ -17,7 +17,7 @@ import org.springframework.stereotype.Component; import java.util.List; /** - * @author xijue + * @author mmsAdmin */ @Component @RequiredArgsConstructor diff --git a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsService.java b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsService.java index 452dc75..685b2cd 100644 --- a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsService.java +++ b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/SmsService.java @@ -5,7 +5,7 @@ import com.sxpcwlkj.common.utils.R; import java.util.List; /** - * @author: xijue + * @author: mmsAdmin */ public interface SmsService { diff --git a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/impl/SmsServiceImpl.java b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/impl/SmsServiceImpl.java index f4b08df..59b5a83 100644 --- a/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/impl/SmsServiceImpl.java +++ b/mms-modules/mms-sms/src/main/java/com/sxpcwlkj/sms/service/impl/SmsServiceImpl.java @@ -14,7 +14,7 @@ import java.util.LinkedHashMap; import java.util.List; /** - * @author: xijue + * @author: mmsAdmin * @date: 2019/11/11 14:44 */ @Service diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/WebSocketService.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/WebSocketService.java index 08ec25a..1ee4e92 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/WebSocketService.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/WebSocketService.java @@ -19,7 +19,7 @@ import java.util.ArrayList; import java.util.List; /** - * @author xijue + * @author mmsAdmin * @ClassName WebSocketService * @description: websocket操作相关服务类 * @date 2024年10月23日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/config/WebSocketConfig.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/config/WebSocketConfig.java index 86ceaa4..12b6a88 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/config/WebSocketConfig.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/config/WebSocketConfig.java @@ -16,7 +16,7 @@ import org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry import org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean; /** - * @author xijue + * @author mmsAdmin * @ClassName WebSocketConfig * @description: 注册 webSocket * @date 2024年10月23日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/ChatRoom.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/ChatRoom.java index da3506e..89f4d14 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/ChatRoom.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/ChatRoom.java @@ -15,7 +15,7 @@ import java.util.Collections; import java.util.List; /** - * @author xijue + * @author mmsAdmin * @ClassName ChatMsg * @description: 聊天室 * @date 2024年10月25日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsg.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsg.java index c0b3fb7..471fb7d 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsg.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsg.java @@ -6,7 +6,7 @@ import lombok.Data; import java.util.List; /** - * @author xijue + * @author mmsAdmin * @ClassName SendMsg * @description: 响应对象 * @date 2024年10月25日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgInfoVo.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgInfoVo.java index 3ba2854..c798b49 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgInfoVo.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgInfoVo.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.websocket.entity; import lombok.Data; /** - * @author xijue + * @author mmsAdmin * @ClassName SendMsg * @description: 客服端报文对象 * @date 2024年10月25日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgVo.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgVo.java index a4e57b3..7be8e5f 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgVo.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/DataMsgVo.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.websocket.entity; import lombok.Data; /** - * @author xijue + * @author mmsAdmin * @ClassName SendMsg * @description: 客服端报文对象 * @date 2024年10月25日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfo.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfo.java index c22cd7c..dc8e3d6 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfo.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfo.java @@ -9,7 +9,7 @@ import lombok.Data; import java.util.Date; /** - * @author xijue + * @author mmsAdmin * @ClassName Msg * @description: 消息对象 * @date 2024年10月25日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfoVo.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfoVo.java index e565e5d..6cb95b5 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfoVo.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgInfoVo.java @@ -8,7 +8,7 @@ import lombok.Data; import java.util.Date; /** - * @author xijue + * @author mmsAdmin * @ClassName Msg * @description: 消息对象 * @date 2024年10月25日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgUser.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgUser.java index 8ef37ea..bb2f694 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgUser.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/entity/MsgUser.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.websocket.entity; import lombok.Data; /** - * @author xijue + * @author mmsAdmin * @ClassName MsgUser * @description: 用户 * @date 2024年10月29日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/ChatRoomTypeEnum.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/ChatRoomTypeEnum.java index adc8767..f2cda4b 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/ChatRoomTypeEnum.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/ChatRoomTypeEnum.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.websocket.enums; import com.baomidou.mybatisplus.annotation.IEnum; /** - * @author xijue + * @author mmsAdmin */ public enum ChatRoomTypeEnum implements IEnum { diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/MsgEnum.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/MsgEnum.java index f1a4c47..7e5e763 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/MsgEnum.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/enums/MsgEnum.java @@ -3,7 +3,7 @@ package com.sxpcwlkj.websocket.enums; import com.baomidou.mybatisplus.annotation.IEnum; /** - * @author xijue + * @author mmsAdmin */ public enum MsgEnum implements IEnum { diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/handler/SocketHandler.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/handler/SocketHandler.java index b2ce6a5..4a4f131 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/handler/SocketHandler.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/handler/SocketHandler.java @@ -15,7 +15,7 @@ import org.springframework.web.socket.*; import org.springframework.web.socket.handler.AbstractWebSocketHandler; /** - * @author xijue + * @author mmsAdmin * @ClassName SocketHandler * @description: websocket消息处理类 * @date 2024年10月23日 diff --git a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/utils/WebSocketUtil.java b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/utils/WebSocketUtil.java index 1ea2d12..9dfdd6d 100644 --- a/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/utils/WebSocketUtil.java +++ b/mms-modules/mms-websocket/src/main/java/com/sxpcwlkj/websocket/utils/WebSocketUtil.java @@ -14,7 +14,7 @@ import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** - * @author xijue + * @author mmsAdmin * @ClassName WebSocketSessionManager * @description: session信息维护类 * @date 2024年10月23日 diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/config/WxConfig.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/config/WxConfig.java index 1c37442..9222f96 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/config/WxConfig.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/config/WxConfig.java @@ -17,7 +17,7 @@ import org.springframework.context.annotation.Configuration; /** * 微信 配置 * - * @Author 西决 + * @Author mmsAdmin */ @Configuration @Slf4j diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/controller/WeChatController.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/controller/WeChatController.java index bbe1b6f..3246f93 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/controller/WeChatController.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/controller/WeChatController.java @@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController; import java.io.File; /** - * @author xijue + * @author mmsAdmin */ @RequiredArgsConstructor @RestController diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/entity/WechatEventEnum.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/entity/WechatEventEnum.java index 2674c7c..ffa1747 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/entity/WechatEventEnum.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/entity/WechatEventEnum.java @@ -5,7 +5,7 @@ import lombok.Getter; /** * 微信事件枚举 * - * @author xijue + * @author mmsAdmin * @Doc mmsadmin.cn */ @Getter diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxCodeService.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxCodeService.java index b0063d5..0630355 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxCodeService.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxCodeService.java @@ -5,7 +5,7 @@ import me.chanjar.weixin.mp.bean.message.WxMpXmlMessage; /** * - * @author xijue + * @author mmsAdmin */ public interface WxCodeService { diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxService.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxService.java index 9c17d15..56f3b08 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxService.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/WxService.java @@ -7,7 +7,7 @@ import me.chanjar.weixin.mp.api.WxMpService; import me.chanjar.weixin.mp.bean.message.WxMpXmlMessage; /** - * @author xijue + * @author mmsAdmin */ public interface WxService { /** diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxCodeServiceImpl.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxCodeServiceImpl.java index 0fc039e..c378373 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxCodeServiceImpl.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxCodeServiceImpl.java @@ -29,7 +29,7 @@ import java.util.Map; /** * - * @author xijue + * @author mmsAdmin */ @Slf4j @Service diff --git a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxServiceImpl.java b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxServiceImpl.java index ed405c7..1c97a2c 100644 --- a/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxServiceImpl.java +++ b/mms-modules/mms-wx/src/main/java/com/sxpcwlkj/wx/service/impl/WxServiceImpl.java @@ -23,7 +23,7 @@ import org.springframework.stereotype.Service; import java.util.List; /** - * @author xijue + * @author mmsAdmin */ @Slf4j @RequiredArgsConstructor diff --git a/script/db/mms.sql b/script/db/mms.sql index cf35573..8ffbfe9 100644 --- a/script/db/mms.sql +++ b/script/db/mms.sql @@ -502,7 +502,7 @@ CREATE TABLE `sys_tenant` ( LOCK TABLES `sys_tenant` WRITE; /*!40000 ALTER TABLE `sys_tenant` DISABLE KEYS */; -INSERT INTO `sys_tenant` VALUES ('000000','超级管理员租户','1','西决','13388886557',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''); +INSERT INTO `sys_tenant` VALUES ('000000','超级管理员租户','1','mmsAdmin','13388886557',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''); /*!40000 ALTER TABLE `sys_tenant` ENABLE KEYS */; UNLOCK TABLES;