调整项目名、模块名、端口

main
HUOJIN\92525 2025-10-24 15:47:26 +08:00
parent 33bb13e8b3
commit 6132a73679
1798 changed files with 985 additions and 1013 deletions

View File

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright (c) 2019 <a href="http://www.zhongyou.com">ZhongYou Boot</a> All rights reserved.
Copyright (c) 2019 <a href="http://www.cpte.com">cpte wms</a> All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -3,11 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>zhongyou-boot-parent</artifactId>
<artifactId>cpte-cloud-parent</artifactId>
<version>3.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zhongyou-boot-base-core</artifactId>
<artifactId>cpte-boot-base-core</artifactId>
<repositories>
<repository>

View File

@ -9,7 +9,7 @@ import java.util.Set;
/**
* api
* @author: zhongyou
* @author: cpte
*/
public interface CommonAPI {

View File

@ -8,7 +8,7 @@ import java.io.Serializable;
/**
*
* cloud api
* @author: zhongyou
* @author: cpte
*/
@Data
public class FileDownDTO implements Serializable {

View File

@ -8,7 +8,7 @@ import java.io.Serializable;
/**
*
* cloud api
* @author: zhongyou
* @author: cpte
*/
@Data
public class FileUploadDTO implements Serializable {

View File

@ -8,7 +8,7 @@ import java.util.Date;
/**
*
* cloud api
* @author: zhongyou
* @author: cpte
*/
@Data
public class LogDTO implements Serializable {

View File

@ -8,7 +8,7 @@ import java.util.List;
/**
* online
* cloud api
* @author: zhongyou
* @author: cpte
*/
@Data
public class OnlineAuthDTO implements Serializable {

View File

@ -7,7 +7,7 @@ import java.util.Map;
/**
*
* @author: zhongyou
* @author: cpte
*/
@Data
public class BusTemplateMessageDTO extends TemplateMessageDTO implements Serializable {

View File

@ -8,7 +8,7 @@ import java.util.*;
/**
*
* @author: zhongyou
* @author: cpte
*/
@Data
public class MessageDTO implements Serializable {

View File

@ -7,7 +7,7 @@ import java.util.Map;
/**
* dto
* @author: zhongyou
* @author: cpte
*/
@Data
public class TemplateDTO implements Serializable {

View File

@ -6,7 +6,7 @@ import java.util.Map;
/**
*
* @author: zhongyou
* @author: cpte
*/
@Data
public class TemplateMessageDTO extends TemplateDTO implements Serializable {

View File

@ -30,7 +30,7 @@ import java.util.List;
* PermissionData,request
* @Date 2019410
* @Version: 1.0
* @author: zhongyou
* @author: cpte
*/
@Aspect
@Component

View File

@ -4,7 +4,7 @@ import java.lang.annotation.*;
/**
* online
* @author: zhongyou
* @author: cpte
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE,ElementType.METHOD})

View File

@ -2,7 +2,7 @@ package org.jeecg.common.constant;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
public interface CommonConstant {

View File

@ -1,7 +1,7 @@
package org.jeecg.common.constant;
/**
*
* @author: zhongyou
* @author: cpte
*/
public interface DataBaseConstant {

View File

@ -16,7 +16,7 @@ import java.util.List;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
@Component("pca")
public class ProvinceCityArea {

View File

@ -2,7 +2,7 @@ package org.jeecg.common.constant;
/**
* VXESocket
* @author: zhongyou
* @author: cpte
*/
public class VxeSocketConst {

View File

@ -7,7 +7,7 @@ import java.util.Map;
/**
* online
* @author: zhongyou
* @author: cpte
*/
public enum CgformEnum {

View File

@ -4,7 +4,7 @@ import org.apache.commons.lang3.StringUtils;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
public enum DySmsEnum {

View File

@ -9,7 +9,7 @@ import java.util.List;
/**
*
*
* @author: zhongyou
* @author: cpte
*/
@EnumDict("messageType")
public enum MessageTypeEnum {

View File

@ -2,7 +2,7 @@ package org.jeecg.common.constant.enums;
/**
*
* @author: zhongyou
* @author: cpte
*/
public enum ModuleType {

View File

@ -4,7 +4,7 @@ import org.jeecg.common.constant.CommonConstant;
/**
* @Description:
* @author: zhongyou
* @author: cpte
* @date: 2022/3/31 10:05
*/
public enum OperateTypeEnum {

View File

@ -8,7 +8,7 @@ import java.util.List;
*
*
*
* @author: zhongyou
* @author: cpte
*/
public enum RoleIndexConfigEnum {

View File

@ -4,7 +4,7 @@ import org.jeecg.common.util.oConvertUtils;
/**
*
* @author: zhongyou
* @author: cpte
*/
public enum SysAnnmentTypeEnum {
/**

View File

@ -1,8 +1,8 @@
package org.jeecg.common.exception;
/**
* @Description: zhongyou401
* @author: zhongyou
* @Description: cpte401
* @author: cpte
*/
public class JeecgBoot401Exception extends RuntimeException {
private static final long serialVersionUID = 1L;

View File

@ -3,8 +3,8 @@ package org.jeecg.common.exception;
import org.jeecg.common.constant.CommonConstant;
/**
* @Description: zhongyou
* @author: zhongyou
* @Description: cpte
* @author: cpte
*/
public class JeecgBootException extends RuntimeException {
private static final long serialVersionUID = 1L;

View File

@ -1,8 +1,8 @@
package org.jeecg.common.exception;
/**
* @Description: zhongyouSQL
* @author: zhongyou
* @Description: cpteSQL
* @author: cpte
*/
public class JeecgSqlInjectionException extends RuntimeException {
private static final long serialVersionUID = 1L;

View File

@ -4,7 +4,7 @@ import java.io.Serializable;
/**
* @Description: QueryCondition
* @author: zhongyou
* @author: cpte
*/
public class QueryCondition implements Serializable {

View File

@ -30,7 +30,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
@Slf4j
public class QueryGenerator {

View File

@ -9,7 +9,7 @@ import java.io.Serializable;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@ -11,7 +11,7 @@ import lombok.experimental.Accessors;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@ -5,7 +5,7 @@ import lombok.EqualsAndHashCode;
/**
*
* @author: zhongyou
* @author: cpte
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@ -4,7 +4,7 @@ import lombok.Data;
/**
*
* @author: zhongyou
* @author: cpte
*/
@Data
public class DictQuery {

View File

@ -5,7 +5,7 @@ import org.springframework.beans.BeanUtils;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
@Data
public class DynamicDataSourceModel {

View File

@ -6,7 +6,7 @@ import org.jeecg.common.util.DateUtils;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
public class SysUserCacheInfo {

View File

@ -37,7 +37,7 @@ import java.util.regex.Pattern;
/**
* @Description:
* @author: zhongyou
* @author: cpte
*/
@Slf4j
public class CommonUtils {

Some files were not shown because too many files have changed in this diff Show More