Commit 34dbac7f by 张新旗

代码换包名重新提交

parent 72455a85
...@@ -9,7 +9,7 @@ import org.springframework.web.client.RestTemplate; ...@@ -9,7 +9,7 @@ import org.springframework.web.client.RestTemplate;
/** /**
* 启动程序 * 启动程序
* *
* @author ruoyi * @author zxq
*/ */
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class }) @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
public class RuoYiApplication public class RuoYiApplication
......
...@@ -6,7 +6,7 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer ...@@ -6,7 +6,7 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer
/** /**
* web容器中进行部署 * web容器中进行部署
* *
* @author ruoyi * @author zxq
*/ */
public class RuoYiServletInitializer extends SpringBootServletInitializer public class RuoYiServletInitializer extends SpringBootServletInitializer
{ {
......
...@@ -18,7 +18,7 @@ import java.util.List; ...@@ -18,7 +18,7 @@ import java.util.List;
/** /**
* 用户信息Controller * 用户信息Controller
* *
* @author ruoyi * @author zxq
* @date 2022-05-01 * @date 2022-05-01
*/ */
@RestController @RestController
......
...@@ -16,7 +16,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -16,7 +16,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 商品分类Controller * 商品分类Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -16,7 +16,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -16,7 +16,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 商品Controller * 商品Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -21,7 +21,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -21,7 +21,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 机器Controller * 机器Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -16,7 +16,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -16,7 +16,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 原料Controller * 原料Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -30,7 +30,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -30,7 +30,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 订单Controller * 订单Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -24,7 +24,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -24,7 +24,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 订单详情Controller * 订单详情Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -14,7 +14,7 @@ import com.soss.common.core.domain.AjaxResult; ...@@ -14,7 +14,7 @@ import com.soss.common.core.domain.AjaxResult;
/** /**
* 订单日志Controller * 订单日志Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -22,7 +22,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -22,7 +22,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 订单退款Controller * 订单退款Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -26,7 +26,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -26,7 +26,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 店铺Controller * 店铺Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -17,7 +17,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -17,7 +17,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 推荐和今日特惠Controller * 推荐和今日特惠Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -23,7 +23,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -23,7 +23,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 规格Controller * 规格Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -24,7 +24,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -24,7 +24,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 小程序信息发送Controller * 小程序信息发送Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -23,7 +23,7 @@ import com.soss.common.core.page.TableDataInfo; ...@@ -23,7 +23,7 @@ import com.soss.common.core.page.TableDataInfo;
/** /**
* 微信用户小程序信息(用于发送消息)Controller * 微信用户小程序信息(用于发送消息)Controller
* *
* @author ruoyi * @author zxq
* @date 2022-04-28 * @date 2022-04-28
*/ */
@RestController @RestController
......
...@@ -22,7 +22,7 @@ import com.soss.system.service.ISysConfigService; ...@@ -22,7 +22,7 @@ import com.soss.system.service.ISysConfigService;
/** /**
* 验证码操作处理 * 验证码操作处理
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
public class CaptchaController public class CaptchaController
......
...@@ -20,7 +20,7 @@ import org.springframework.web.multipart.MultipartFile; ...@@ -20,7 +20,7 @@ import org.springframework.web.multipart.MultipartFile;
/** /**
* 通用请求处理 * 通用请求处理
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/common") @RequestMapping("/common")
......
...@@ -18,7 +18,7 @@ import com.soss.common.utils.StringUtils; ...@@ -18,7 +18,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 缓存监控 * 缓存监控
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/monitor/cache") @RequestMapping("/monitor/cache")
......
...@@ -10,7 +10,7 @@ import com.soss.framework.web.domain.Server; ...@@ -10,7 +10,7 @@ import com.soss.framework.web.domain.Server;
/** /**
* 服务器监控 * 服务器监控
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/monitor/server") @RequestMapping("/monitor/server")
......
...@@ -22,7 +22,7 @@ import com.soss.system.service.ISysLogininforService; ...@@ -22,7 +22,7 @@ import com.soss.system.service.ISysLogininforService;
/** /**
* 系统访问记录 * 系统访问记录
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/monitor/logininfor") @RequestMapping("/monitor/logininfor")
......
...@@ -22,7 +22,7 @@ import com.soss.system.service.ISysOperLogService; ...@@ -22,7 +22,7 @@ import com.soss.system.service.ISysOperLogService;
/** /**
* 操作日志记录 * 操作日志记录
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/monitor/operlog") @RequestMapping("/monitor/operlog")
......
...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysUserOnlineService; ...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysUserOnlineService;
/** /**
* 在线用户监控 * 在线用户监控
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/monitor/online") @RequestMapping("/monitor/online")
......
...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysConfigService; ...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysConfigService;
/** /**
* 参数配置 信息操作处理 * 参数配置 信息操作处理
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/config") @RequestMapping("/system/config")
......
...@@ -28,7 +28,7 @@ import com.soss.system.service.ISysDictTypeService; ...@@ -28,7 +28,7 @@ import com.soss.system.service.ISysDictTypeService;
/** /**
* 数据字典信息 * 数据字典信息
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/dict/data") @RequestMapping("/system/dict/data")
......
...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysDictTypeService; ...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysDictTypeService;
/** /**
* 数据字典信息 * 数据字典信息
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/dict/type") @RequestMapping("/system/dict/type")
......
...@@ -9,7 +9,7 @@ import com.soss.common.utils.StringUtils; ...@@ -9,7 +9,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 首页 * 首页
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
public class SysIndexController public class SysIndexController
......
...@@ -20,7 +20,7 @@ import com.soss.system.service.ISysMenuService; ...@@ -20,7 +20,7 @@ import com.soss.system.service.ISysMenuService;
/** /**
* 登录验证 * 登录验证
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
public class SysLoginController public class SysLoginController
......
...@@ -24,7 +24,7 @@ import com.soss.system.service.ISysMenuService; ...@@ -24,7 +24,7 @@ import com.soss.system.service.ISysMenuService;
/** /**
* 菜单信息 * 菜单信息
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/menu") @RequestMapping("/system/menu")
......
...@@ -23,7 +23,7 @@ import com.soss.system.service.ISysNoticeService; ...@@ -23,7 +23,7 @@ import com.soss.system.service.ISysNoticeService;
/** /**
* 公告 信息操作处理 * 公告 信息操作处理
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/notice") @RequestMapping("/system/notice")
......
...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysPostService; ...@@ -26,7 +26,7 @@ import com.soss.system.service.ISysPostService;
/** /**
* 岗位信息操作处理 * 岗位信息操作处理
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/post") @RequestMapping("/system/post")
......
...@@ -27,7 +27,7 @@ import com.soss.system.service.ISysUserService; ...@@ -27,7 +27,7 @@ import com.soss.system.service.ISysUserService;
/** /**
* 个人信息 业务处理 * 个人信息 业务处理
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/user/profile") @RequestMapping("/system/user/profile")
......
...@@ -14,7 +14,7 @@ import com.soss.system.service.ISysConfigService; ...@@ -14,7 +14,7 @@ import com.soss.system.service.ISysConfigService;
/** /**
* 注册验证 * 注册验证
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
public class SysRegisterController extends BaseController public class SysRegisterController extends BaseController
......
...@@ -32,7 +32,7 @@ import com.soss.system.service.ISysUserService; ...@@ -32,7 +32,7 @@ import com.soss.system.service.ISysUserService;
/** /**
* 角色信息 * 角色信息
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/role") @RequestMapping("/system/role")
......
...@@ -33,7 +33,7 @@ import com.soss.system.service.ISysUserService; ...@@ -33,7 +33,7 @@ import com.soss.system.service.ISysUserService;
/** /**
* 用户信息 * 用户信息
* *
* @author ruoyi * @author zxq
*/ */
@RestController @RestController
@RequestMapping("/system/user") @RequestMapping("/system/user")
......
...@@ -9,7 +9,7 @@ import java.lang.annotation.Target; ...@@ -9,7 +9,7 @@ import java.lang.annotation.Target;
/** /**
* 数据权限过滤注解 * 数据权限过滤注解
* *
* @author ruoyi * @author zxq
*/ */
@Target(ElementType.METHOD) @Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -13,7 +13,7 @@ import com.soss.common.enums.DataSourceType; ...@@ -13,7 +13,7 @@ import com.soss.common.enums.DataSourceType;
* *
* 优先级:先方法,后类,如果方法覆盖了类上的数据源类型,以方法的为准,否则以类上的为准 * 优先级:先方法,后类,如果方法覆盖了类上的数据源类型,以方法的为准,否则以类上的为准
* *
* @author ruoyi * @author zxq
*/ */
@Target({ ElementType.METHOD, ElementType.TYPE }) @Target({ ElementType.METHOD, ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -10,7 +10,7 @@ import com.soss.common.utils.poi.ExcelHandlerAdapter; ...@@ -10,7 +10,7 @@ import com.soss.common.utils.poi.ExcelHandlerAdapter;
/** /**
* 自定义导出Excel数据注解 * 自定义导出Excel数据注解
* *
* @author ruoyi * @author zxq
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD) @Target(ElementType.FIELD)
......
...@@ -8,7 +8,7 @@ import java.lang.annotation.Target; ...@@ -8,7 +8,7 @@ import java.lang.annotation.Target;
/** /**
* Excel注解集 * Excel注解集
* *
* @author ruoyi * @author zxq
*/ */
@Target(ElementType.FIELD) @Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -11,7 +11,7 @@ import com.soss.common.enums.OperatorType; ...@@ -11,7 +11,7 @@ import com.soss.common.enums.OperatorType;
/** /**
* 自定义操作日志记录注解 * 自定义操作日志记录注解
* *
* @author ruoyi * @author zxq
* *
*/ */
@Target({ ElementType.PARAMETER, ElementType.METHOD }) @Target({ ElementType.PARAMETER, ElementType.METHOD })
......
...@@ -11,7 +11,7 @@ import com.soss.common.enums.LimitType; ...@@ -11,7 +11,7 @@ import com.soss.common.enums.LimitType;
/** /**
* 限流注解 * 限流注解
* *
* @author ruoyi * @author zxq
*/ */
@Target(ElementType.METHOD) @Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -10,7 +10,7 @@ import java.lang.annotation.Target; ...@@ -10,7 +10,7 @@ import java.lang.annotation.Target;
/** /**
* 自定义注解防止表单重复提交 * 自定义注解防止表单重复提交
* *
* @author ruoyi * @author zxq
* *
*/ */
@Inherited @Inherited
......
...@@ -6,7 +6,7 @@ import org.springframework.stereotype.Component; ...@@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
/** /**
* 读取项目相关配置 * 读取项目相关配置
* *
* @author ruoyi * @author zxq
*/ */
@Component @Component
@ConfigurationProperties(prefix = "ruoyi") @ConfigurationProperties(prefix = "ruoyi")
......
...@@ -5,7 +5,7 @@ import io.jsonwebtoken.Claims; ...@@ -5,7 +5,7 @@ import io.jsonwebtoken.Claims;
/** /**
* 通用常量信息 * 通用常量信息
* *
* @author ruoyi * @author zxq
*/ */
public class Constants public class Constants
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.constant; ...@@ -3,7 +3,7 @@ package com.soss.common.constant;
/** /**
* 代码生成通用常量 * 代码生成通用常量
* *
* @author ruoyi * @author zxq
*/ */
public class GenConstants public class GenConstants
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.constant; ...@@ -3,7 +3,7 @@ package com.soss.common.constant;
/** /**
* 返回状态码 * 返回状态码
* *
* @author ruoyi * @author zxq
*/ */
public class HttpStatus public class HttpStatus
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.constant; ...@@ -3,7 +3,7 @@ package com.soss.common.constant;
/** /**
* 任务调度通用常量 * 任务调度通用常量
* *
* @author ruoyi * @author zxq
*/ */
public class ScheduleConstants public class ScheduleConstants
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.constant; ...@@ -3,7 +3,7 @@ package com.soss.common.constant;
/** /**
* 用户常量信息 * 用户常量信息
* *
* @author ruoyi * @author zxq
*/ */
public class UserConstants public class UserConstants
{ {
......
...@@ -24,7 +24,7 @@ import com.soss.common.utils.sql.SqlUtil; ...@@ -24,7 +24,7 @@ import com.soss.common.utils.sql.SqlUtil;
/** /**
* web层通用数据处理 * web层通用数据处理
* *
* @author ruoyi * @author zxq
*/ */
public class BaseController public class BaseController
{ {
......
...@@ -7,7 +7,7 @@ import com.soss.common.utils.StringUtils; ...@@ -7,7 +7,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 操作消息提醒 * 操作消息提醒
* *
* @author ruoyi * @author zxq
*/ */
public class AjaxResult extends HashMap<String, Object> public class AjaxResult extends HashMap<String, Object>
{ {
......
...@@ -9,7 +9,7 @@ import com.fasterxml.jackson.annotation.JsonFormat; ...@@ -9,7 +9,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
/** /**
* Entity基类 * Entity基类
* *
* @author ruoyi * @author zxq
*/ */
public class BaseEntity implements Serializable public class BaseEntity implements Serializable
{ {
......
...@@ -6,7 +6,7 @@ import java.util.List; ...@@ -6,7 +6,7 @@ import java.util.List;
/** /**
* Tree基类 * Tree基类
* *
* @author ruoyi * @author zxq
*/ */
public class TreeEntity extends BaseEntity public class TreeEntity extends BaseEntity
{ {
......
...@@ -10,7 +10,7 @@ import com.soss.common.core.domain.entity.SysMenu; ...@@ -10,7 +10,7 @@ import com.soss.common.core.domain.entity.SysMenu;
/** /**
* Treeselect树结构实体类 * Treeselect树结构实体类
* *
* @author ruoyi * @author zxq
*/ */
public class TreeSelect implements Serializable public class TreeSelect implements Serializable
{ {
......
...@@ -12,7 +12,7 @@ import com.soss.common.core.domain.BaseEntity; ...@@ -12,7 +12,7 @@ import com.soss.common.core.domain.BaseEntity;
/** /**
* 部门表 sys_dept * 部门表 sys_dept
* *
* @author ruoyi * @author zxq
*/ */
public class SysDept extends BaseEntity public class SysDept extends BaseEntity
{ {
......
...@@ -12,7 +12,7 @@ import com.soss.common.core.domain.BaseEntity; ...@@ -12,7 +12,7 @@ import com.soss.common.core.domain.BaseEntity;
/** /**
* 字典数据表 sys_dict_data * 字典数据表 sys_dict_data
* *
* @author ruoyi * @author zxq
*/ */
public class SysDictData extends BaseEntity public class SysDictData extends BaseEntity
{ {
......
...@@ -11,7 +11,7 @@ import com.soss.common.core.domain.BaseEntity; ...@@ -11,7 +11,7 @@ import com.soss.common.core.domain.BaseEntity;
/** /**
* 字典类型表 sys_dict_type * 字典类型表 sys_dict_type
* *
* @author ruoyi * @author zxq
*/ */
public class SysDictType extends BaseEntity public class SysDictType extends BaseEntity
{ {
......
...@@ -12,7 +12,7 @@ import com.soss.common.core.domain.BaseEntity; ...@@ -12,7 +12,7 @@ import com.soss.common.core.domain.BaseEntity;
/** /**
* 菜单权限表 sys_menu * 菜单权限表 sys_menu
* *
* @author ruoyi * @author zxq
*/ */
public class SysMenu extends BaseEntity public class SysMenu extends BaseEntity
{ {
......
...@@ -11,7 +11,7 @@ import com.soss.common.core.domain.BaseEntity; ...@@ -11,7 +11,7 @@ import com.soss.common.core.domain.BaseEntity;
/** /**
* 角色表 sys_role * 角色表 sys_role
* *
* @author ruoyi * @author zxq
*/ */
public class SysRole extends BaseEntity public class SysRole extends BaseEntity
{ {
......
...@@ -17,7 +17,7 @@ import com.soss.common.xss.Xss; ...@@ -17,7 +17,7 @@ import com.soss.common.xss.Xss;
/** /**
* 用户对象 sys_user * 用户对象 sys_user
* *
* @author ruoyi * @author zxq
*/ */
public class SysUser extends BaseEntity public class SysUser extends BaseEntity
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.core.domain.model; ...@@ -3,7 +3,7 @@ package com.soss.common.core.domain.model;
/** /**
* 用户登录对象 * 用户登录对象
* *
* @author ruoyi * @author zxq
*/ */
public class LoginBody public class LoginBody
{ {
......
...@@ -10,7 +10,7 @@ import com.soss.common.core.domain.entity.SysUser; ...@@ -10,7 +10,7 @@ import com.soss.common.core.domain.entity.SysUser;
/** /**
* 登录用户身份权限 * 登录用户身份权限
* *
* @author ruoyi * @author zxq
*/ */
public class LoginUser implements UserDetails public class LoginUser implements UserDetails
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.core.domain.model; ...@@ -3,7 +3,7 @@ package com.soss.common.core.domain.model;
/** /**
* 用户注册对象 * 用户注册对象
* *
* @author ruoyi * @author zxq
*/ */
public class RegisterBody extends LoginBody public class RegisterBody extends LoginBody
{ {
......
...@@ -5,7 +5,7 @@ import com.soss.common.utils.StringUtils; ...@@ -5,7 +5,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 分页数据 * 分页数据
* *
* @author ruoyi * @author zxq
*/ */
public class PageDomain public class PageDomain
{ {
......
...@@ -6,7 +6,7 @@ import java.util.List; ...@@ -6,7 +6,7 @@ import java.util.List;
/** /**
* 表格分页数据对象 * 表格分页数据对象
* *
* @author ruoyi * @author zxq
*/ */
public class TableDataInfo implements Serializable public class TableDataInfo implements Serializable
{ {
......
...@@ -5,7 +5,7 @@ import com.soss.common.utils.ServletUtils; ...@@ -5,7 +5,7 @@ import com.soss.common.utils.ServletUtils;
/** /**
* 表格数据处理 * 表格数据处理
* *
* @author ruoyi * @author zxq
*/ */
public class TableSupport public class TableSupport
{ {
......
...@@ -16,7 +16,7 @@ import org.springframework.stereotype.Component; ...@@ -16,7 +16,7 @@ import org.springframework.stereotype.Component;
/** /**
* spring redis 工具类 * spring redis 工具类
* *
* @author ruoyi * @author zxq
**/ **/
@SuppressWarnings(value = { "unchecked", "rawtypes" }) @SuppressWarnings(value = { "unchecked", "rawtypes" })
@Component @Component
......
...@@ -7,7 +7,7 @@ import com.soss.common.utils.StringUtils; ...@@ -7,7 +7,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 字符集工具类 * 字符集工具类
* *
* @author ruoyi * @author zxq
*/ */
public class CharsetKit public class CharsetKit
{ {
......
...@@ -12,7 +12,7 @@ import org.apache.commons.lang3.ArrayUtils; ...@@ -12,7 +12,7 @@ import org.apache.commons.lang3.ArrayUtils;
/** /**
* 类型转换器 * 类型转换器
* *
* @author ruoyi * @author zxq
*/ */
public class Convert public class Convert
{ {
......
...@@ -5,7 +5,7 @@ import com.soss.common.utils.StringUtils; ...@@ -5,7 +5,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 字符串格式化 * 字符串格式化
* *
* @author ruoyi * @author zxq
*/ */
public class StrFormatter public class StrFormatter
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.enums; ...@@ -3,7 +3,7 @@ package com.soss.common.enums;
/** /**
* 操作状态 * 操作状态
* *
* @author ruoyi * @author zxq
* *
*/ */
public enum BusinessStatus public enum BusinessStatus
......
...@@ -3,7 +3,7 @@ package com.soss.common.enums; ...@@ -3,7 +3,7 @@ package com.soss.common.enums;
/** /**
* 业务操作类型 * 业务操作类型
* *
* @author ruoyi * @author zxq
*/ */
public enum BusinessType public enum BusinessType
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.enums; ...@@ -3,7 +3,7 @@ package com.soss.common.enums;
/** /**
* 数据源 * 数据源
* *
* @author ruoyi * @author zxq
*/ */
public enum DataSourceType public enum DataSourceType
{ {
......
...@@ -7,7 +7,7 @@ import org.springframework.lang.Nullable; ...@@ -7,7 +7,7 @@ import org.springframework.lang.Nullable;
/** /**
* 请求方式 * 请求方式
* *
* @author ruoyi * @author zxq
*/ */
public enum HttpMethod public enum HttpMethod
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.enums; ...@@ -3,7 +3,7 @@ package com.soss.common.enums;
/** /**
* 限流类型 * 限流类型
* *
* @author ruoyi * @author zxq
*/ */
public enum LimitType public enum LimitType
......
...@@ -3,7 +3,7 @@ package com.soss.common.enums; ...@@ -3,7 +3,7 @@ package com.soss.common.enums;
/** /**
* 操作人类别 * 操作人类别
* *
* @author ruoyi * @author zxq
*/ */
public enum OperatorType public enum OperatorType
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.enums; ...@@ -3,7 +3,7 @@ package com.soss.common.enums;
/** /**
* 用户状态 * 用户状态
* *
* @author ruoyi * @author zxq
*/ */
public enum UserStatus public enum UserStatus
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception; ...@@ -3,7 +3,7 @@ package com.soss.common.exception;
/** /**
* 演示模式异常 * 演示模式异常
* *
* @author ruoyi * @author zxq
*/ */
public class DemoModeException extends RuntimeException public class DemoModeException extends RuntimeException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception; ...@@ -3,7 +3,7 @@ package com.soss.common.exception;
/** /**
* 全局异常 * 全局异常
* *
* @author ruoyi * @author zxq
*/ */
public class GlobalException extends RuntimeException public class GlobalException extends RuntimeException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception; ...@@ -3,7 +3,7 @@ package com.soss.common.exception;
/** /**
* 业务异常 * 业务异常
* *
* @author ruoyi * @author zxq
*/ */
public final class ServiceException extends RuntimeException public final class ServiceException extends RuntimeException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception; ...@@ -3,7 +3,7 @@ package com.soss.common.exception;
/** /**
* 工具类异常 * 工具类异常
* *
* @author ruoyi * @author zxq
*/ */
public class UtilException extends RuntimeException public class UtilException extends RuntimeException
{ {
......
...@@ -6,7 +6,7 @@ import com.soss.common.utils.StringUtils; ...@@ -6,7 +6,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 基础异常 * 基础异常
* *
* @author ruoyi * @author zxq
*/ */
public class BaseException extends RuntimeException public class BaseException extends RuntimeException
{ {
......
...@@ -5,7 +5,7 @@ import com.soss.common.exception.base.BaseException; ...@@ -5,7 +5,7 @@ import com.soss.common.exception.base.BaseException;
/** /**
* 文件信息异常类 * 文件信息异常类
* *
* @author ruoyi * @author zxq
*/ */
public class FileException extends BaseException public class FileException extends BaseException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception.file; ...@@ -3,7 +3,7 @@ package com.soss.common.exception.file;
/** /**
* 文件名称超长限制异常类 * 文件名称超长限制异常类
* *
* @author ruoyi * @author zxq
*/ */
public class FileNameLengthLimitExceededException extends FileException public class FileNameLengthLimitExceededException extends FileException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception.file; ...@@ -3,7 +3,7 @@ package com.soss.common.exception.file;
/** /**
* 文件名大小限制异常类 * 文件名大小限制异常类
* *
* @author ruoyi * @author zxq
*/ */
public class FileSizeLimitExceededException extends FileException public class FileSizeLimitExceededException extends FileException
{ {
......
...@@ -6,7 +6,7 @@ import org.apache.commons.fileupload.FileUploadException; ...@@ -6,7 +6,7 @@ import org.apache.commons.fileupload.FileUploadException;
/** /**
* 文件上传 误异常类 * 文件上传 误异常类
* *
* @author ruoyi * @author zxq
*/ */
public class InvalidExtensionException extends FileUploadException public class InvalidExtensionException extends FileUploadException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception.job; ...@@ -3,7 +3,7 @@ package com.soss.common.exception.job;
/** /**
* 计划策略异常 * 计划策略异常
* *
* @author ruoyi * @author zxq
*/ */
public class TaskException extends Exception public class TaskException extends Exception
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception.user; ...@@ -3,7 +3,7 @@ package com.soss.common.exception.user;
/** /**
* 验证码错误异常类 * 验证码错误异常类
* *
* @author ruoyi * @author zxq
*/ */
public class CaptchaException extends UserException public class CaptchaException extends UserException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception.user; ...@@ -3,7 +3,7 @@ package com.soss.common.exception.user;
/** /**
* 验证码失效异常类 * 验证码失效异常类
* *
* @author ruoyi * @author zxq
*/ */
public class CaptchaExpireException extends UserException public class CaptchaExpireException extends UserException
{ {
......
...@@ -5,7 +5,7 @@ import com.soss.common.exception.base.BaseException; ...@@ -5,7 +5,7 @@ import com.soss.common.exception.base.BaseException;
/** /**
* 用户信息异常类 * 用户信息异常类
* *
* @author ruoyi * @author zxq
*/ */
public class UserException extends BaseException public class UserException extends BaseException
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.exception.user; ...@@ -3,7 +3,7 @@ package com.soss.common.exception.user;
/** /**
* 用户密码不正确或不符合规范异常类 * 用户密码不正确或不符合规范异常类
* *
* @author ruoyi * @author zxq
*/ */
public class UserPasswordNotMatchException extends UserException public class UserPasswordNotMatchException extends UserException
{ {
......
...@@ -14,7 +14,7 @@ import com.soss.common.utils.StringUtils; ...@@ -14,7 +14,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* Repeatable 过滤器 * Repeatable 过滤器
* *
* @author ruoyi * @author zxq
*/ */
public class RepeatableFilter implements Filter public class RepeatableFilter implements Filter
{ {
......
...@@ -14,7 +14,7 @@ import com.soss.common.utils.http.HttpHelper; ...@@ -14,7 +14,7 @@ import com.soss.common.utils.http.HttpHelper;
/** /**
* 构建可重复读取inputStream的request * 构建可重复读取inputStream的request
* *
* @author ruoyi * @author zxq
*/ */
public class RepeatedlyRequestWrapper extends HttpServletRequestWrapper public class RepeatedlyRequestWrapper extends HttpServletRequestWrapper
{ {
......
...@@ -16,7 +16,7 @@ import com.soss.common.utils.StringUtils; ...@@ -16,7 +16,7 @@ import com.soss.common.utils.StringUtils;
/** /**
* 防止XSS攻击的过滤器 * 防止XSS攻击的过滤器
* *
* @author ruoyi * @author zxq
*/ */
public class XssFilter implements Filter public class XssFilter implements Filter
{ {
......
...@@ -15,7 +15,7 @@ import com.soss.common.utils.html.EscapeUtil; ...@@ -15,7 +15,7 @@ import com.soss.common.utils.html.EscapeUtil;
/** /**
* XSS过滤处理 * XSS过滤处理
* *
* @author ruoyi * @author zxq
*/ */
public class XssHttpServletRequestWrapper extends HttpServletRequestWrapper public class XssHttpServletRequestWrapper extends HttpServletRequestWrapper
{ {
......
...@@ -6,7 +6,7 @@ import java.math.RoundingMode; ...@@ -6,7 +6,7 @@ import java.math.RoundingMode;
/** /**
* 精确的浮点数运算 * 精确的浮点数运算
* *
* @author ruoyi * @author zxq
*/ */
public class Arith public class Arith
{ {
......
...@@ -14,7 +14,7 @@ import org.apache.commons.lang3.time.DateFormatUtils; ...@@ -14,7 +14,7 @@ import org.apache.commons.lang3.time.DateFormatUtils;
/** /**
* 时间工具类 * 时间工具类
* *
* @author ruoyi * @author zxq
*/ */
public class DateUtils extends org.apache.commons.lang3.time.DateUtils public class DateUtils extends org.apache.commons.lang3.time.DateUtils
{ {
......
...@@ -10,7 +10,7 @@ import com.soss.common.utils.spring.SpringUtils; ...@@ -10,7 +10,7 @@ import com.soss.common.utils.spring.SpringUtils;
/** /**
* 字典工具类 * 字典工具类
* *
* @author ruoyi * @author zxq
*/ */
public class DictUtils public class DictUtils
{ {
......
...@@ -7,7 +7,7 @@ import org.apache.commons.lang3.exception.ExceptionUtils; ...@@ -7,7 +7,7 @@ import org.apache.commons.lang3.exception.ExceptionUtils;
/** /**
* 错误信息处理类。 * 错误信息处理类。
* *
* @author ruoyi * @author zxq
*/ */
public class ExceptionUtil public class ExceptionUtil
{ {
......
...@@ -3,7 +3,7 @@ package com.soss.common.utils; ...@@ -3,7 +3,7 @@ package com.soss.common.utils;
/** /**
* 处理并记录日志文件 * 处理并记录日志文件
* *
* @author ruoyi * @author zxq
*/ */
public class LogUtils public class LogUtils
{ {
......
...@@ -7,7 +7,7 @@ import com.soss.common.utils.spring.SpringUtils; ...@@ -7,7 +7,7 @@ import com.soss.common.utils.spring.SpringUtils;
/** /**
* 获取i18n资源文件 * 获取i18n资源文件
* *
* @author ruoyi * @author zxq
*/ */
public class MessageUtils public class MessageUtils
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment