Skip to content

Commit

Permalink
refactor: 💥 项目包结构 top.charles7c.cnadmin => top.charles7c.continew.admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Nov 30, 2023
1 parent b62095d commit b86fe32
Show file tree
Hide file tree
Showing 230 changed files with 723 additions and 721 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.annotation;
package top.charles7c.continew.admin.common.annotation;

import java.lang.annotation.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.base;
package top.charles7c.continew.admin.common.base;

import java.util.List;

Expand All @@ -24,7 +24,7 @@
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.Constants;

import top.charles7c.cnadmin.common.annotation.DataPermission;
import top.charles7c.continew.admin.common.annotation.DataPermission;
import top.charles7c.continew.starter.extension.crud.base.BaseMapper;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config;
package top.charles7c.continew.admin.common.config;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config;
package top.charles7c.continew.admin.common.config;

import java.util.List;
import java.util.Objects;
Expand All @@ -29,7 +29,7 @@
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

import top.charles7c.cnadmin.common.config.properties.LocalStorageProperties;
import top.charles7c.continew.admin.common.config.properties.LocalStorageProperties;
import top.charles7c.continew.starter.core.constant.StringConstants;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.easyexcel;
package top.charles7c.continew.admin.common.config.easyexcel;

import com.alibaba.excel.converters.Converter;
import com.alibaba.excel.enums.CellDataTypeEnum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.jackson;
package top.charles7c.continew.admin.common.config.jackson;

import java.io.IOException;
import java.lang.reflect.Field;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.jackson;
package top.charles7c.continew.admin.common.config.jackson;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.jackson;
package top.charles7c.continew.admin.common.config.jackson;

import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.jackson;
package top.charles7c.continew.admin.common.config.jackson;

import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.mybatis;
package top.charles7c.continew.admin.common.config.mybatis;

import java.lang.reflect.Method;
import java.util.Collections;
Expand All @@ -24,11 +24,11 @@
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
import com.baomidou.mybatisplus.extension.plugins.handler.DataPermissionHandler;

import top.charles7c.cnadmin.common.annotation.DataPermission;
import top.charles7c.cnadmin.common.enums.DataScopeEnum;
import top.charles7c.cnadmin.common.model.dto.LoginUser;
import top.charles7c.cnadmin.common.model.dto.RoleDTO;
import top.charles7c.cnadmin.common.util.helper.LoginHelper;
import top.charles7c.continew.admin.common.annotation.DataPermission;
import top.charles7c.continew.admin.common.enums.DataScopeEnum;
import top.charles7c.continew.admin.common.model.dto.LoginUser;
import top.charles7c.continew.admin.common.model.dto.RoleDTO;
import top.charles7c.continew.admin.common.util.helper.LoginHelper;
import top.charles7c.continew.starter.core.constant.StringConstants;

import net.sf.jsqlparser.expression.Expression;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.mybatis;
package top.charles7c.continew.admin.common.config.mybatis;

import java.time.LocalDateTime;

Expand All @@ -24,7 +24,7 @@

import cn.hutool.core.util.ObjectUtil;

import top.charles7c.cnadmin.common.util.helper.LoginHelper;
import top.charles7c.continew.admin.common.util.helper.LoginHelper;
import top.charles7c.continew.starter.extension.crud.base.BaseDO;
import top.charles7c.continew.starter.extension.crud.exception.BusinessException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.mybatis;
package top.charles7c.continew.admin.common.config.mybatis;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.properties;
package top.charles7c.continew.admin.common.config.properties;

import java.awt.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.properties;
package top.charles7c.continew.admin.common.config.properties;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.config.properties;
package top.charles7c.continew.admin.common.config.properties;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.constant;
package top.charles7c.continew.admin.common.constant;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.constant;
package top.charles7c.continew.admin.common.constant;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.constant;
package top.charles7c.continew.admin.common.constant;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.constant;
package top.charles7c.continew.admin.common.constant;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.constant;
package top.charles7c.continew.admin.common.constant;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;

import top.charles7c.cnadmin.common.constant.UIConstants;
import top.charles7c.continew.admin.common.constant.UIConstants;
import top.charles7c.continew.starter.extension.crud.base.IBaseEnum;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;

import top.charles7c.cnadmin.common.constant.UIConstants;
import top.charles7c.continew.admin.common.constant.UIConstants;
import top.charles7c.continew.starter.extension.crud.base.IBaseEnum;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.enums;
package top.charles7c.continew.admin.common.enums;

import lombok.Getter;
import lombok.RequiredArgsConstructor;

import top.charles7c.cnadmin.common.constant.UIConstants;
import top.charles7c.continew.admin.common.constant.UIConstants;
import top.charles7c.continew.starter.extension.crud.base.IBaseEnum;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.handler;
package top.charles7c.continew.admin.common.handler;

import java.util.Objects;

Expand All @@ -40,8 +40,8 @@
import cn.hutool.core.util.NumberUtil;
import cn.hutool.core.util.StrUtil;

import top.charles7c.cnadmin.common.util.StreamUtils;
import top.charles7c.cnadmin.common.util.holder.LogContextHolder;
import top.charles7c.continew.admin.common.util.StreamUtils;
import top.charles7c.continew.admin.common.util.holder.LogContextHolder;
import top.charles7c.continew.starter.core.util.ExceptionUtils;
import top.charles7c.continew.starter.extension.crud.exception.BadRequestException;
import top.charles7c.continew.starter.extension.crud.exception.BusinessException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.model.dto;
package top.charles7c.continew.admin.common.model.dto;

import java.io.Serial;
import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.model.dto;
package top.charles7c.continew.admin.common.model.dto;

import java.io.Serial;
import java.io.Serializable;
Expand All @@ -25,7 +25,7 @@

import cn.hutool.core.collection.CollUtil;

import top.charles7c.cnadmin.common.constant.SysConstants;
import top.charles7c.continew.admin.common.constant.SysConstants;

/**
* 登录用户信息
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.model.dto;
package top.charles7c.continew.admin.common.model.dto;

import java.io.Serial;
import java.io.Serializable;

import lombok.Data;

import top.charles7c.cnadmin.common.enums.DataScopeEnum;
import top.charles7c.continew.admin.common.enums.DataScopeEnum;

/**
* 角色信息
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.model.req;
package top.charles7c.continew.admin.common.model.req;

import java.io.Serial;
import java.io.Serializable;
Expand All @@ -25,7 +25,7 @@

import io.swagger.v3.oas.annotations.media.Schema;

import top.charles7c.cnadmin.common.enums.DisEnableStatusEnum;
import top.charles7c.continew.admin.common.enums.DisEnableStatusEnum;

/**
* 修改状态信息
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package top.charles7c.cnadmin.common.model.resp;
package top.charles7c.continew.admin.common.model.resp;

import java.io.Serial;
import java.io.Serializable;
Expand Down
Loading

0 comments on commit b86fe32

Please sign in to comment.