1. 统一包名修改
This commit is contained in:
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2021 yudao-cloud
|
Copyright (c) 2021 cloud-cloud
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -3,12 +3,12 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
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>cn.iocoder.cloud</groupId>
|
<groupId>com.zt.plat</groupId>
|
||||||
<artifactId>yudao-framework</artifactId>
|
<artifactId>cloud-framework</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>yudao-common</artifactId>
|
<artifactId>cloud-common</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
@@ -8,8 +8,8 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
* 只有实现了这个接口的才能自动翻译
|
* 只有实现了这个接口的才能自动翻译
|
||||||
*
|
*
|
||||||
* 为什么要赋值粘贴到 yudao-common 包下?
|
* 为什么要赋值粘贴到 cloud-common 包下?
|
||||||
* 因为 AutoTransable 属于 easy-trans-service 下,无法方便的在 yudao-module-xxx-api 模块下使用
|
* 因为 AutoTransable 属于 easy-trans-service 下,无法方便的在 cloud-module-xxx-api 模块下使用
|
||||||
*
|
*
|
||||||
* @author jackwang
|
* @author jackwang
|
||||||
* @since 2020-05-19 10:26:15
|
* @since 2020-05-19 10:26:15
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package cn.iocoder.yudao.framework.common.biz.infra.logger;
|
package com.zt.plat.framework.common.biz.infra.logger;
|
||||||
|
|
||||||
import cn.iocoder.yudao.framework.common.biz.infra.logger.dto.ApiAccessLogCreateReqDTO;
|
import com.zt.plat.framework.common.biz.infra.logger.dto.ApiAccessLogCreateReqDTO;
|
||||||
import cn.iocoder.yudao.framework.common.enums.RpcConstants;
|
import com.zt.plat.framework.common.enums.RpcConstants;
|
||||||
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
|
import com.zt.plat.framework.common.pojo.CommonResult;
|
||||||
import io.swagger.v3.oas.annotations.Operation;
|
import io.swagger.v3.oas.annotations.Operation;
|
||||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
import jakarta.validation.Valid;
|
import jakarta.validation.Valid;
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
package cn.iocoder.yudao.framework.common.biz.infra.logger;
|
package com.zt.plat.framework.common.biz.infra.logger;
|
||||||
|
|
||||||
import cn.iocoder.yudao.framework.common.biz.infra.logger.dto.ApiErrorLogCreateReqDTO;
|
import com.zt.plat.framework.common.biz.infra.logger.dto.ApiErrorLogCreateReqDTO;
|
||||||
import cn.iocoder.yudao.framework.common.enums.RpcConstants;
|
import com.zt.plat.framework.common.enums.RpcConstants;
|
||||||
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
|
import com.zt.plat.framework.common.pojo.CommonResult;
|
||||||
import io.swagger.v3.oas.annotations.Operation;
|
import io.swagger.v3.oas.annotations.Operation;
|
||||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
import jakarta.validation.Valid;
|
import jakarta.validation.Valid;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package cn.iocoder.yudao.framework.common.biz.infra.logger.dto;
|
package com.zt.plat.framework.common.biz.infra.logger.dto;
|
||||||
|
|
||||||
import jakarta.validation.constraints.NotNull;
|
import jakarta.validation.constraints.NotNull;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user