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

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 same "printed page" as the copyright notice for easier
identification within third-party archives. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>org.jeecgframework.boot3</groupId> <groupId>org.jeecgframework.boot3</groupId>
<artifactId>zhongyou-boot-parent</artifactId> <artifactId>cpte-cloud-parent</artifactId>
<version>3.8.3</version> <version>3.8.3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>zhongyou-boot-base-core</artifactId> <artifactId>cpte-boot-base-core</artifactId>
<repositories> <repositories>
<repository> <repository>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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