chore: top.charles7c.continew => top.continew

This commit is contained in:
2024-04-09 22:33:19 +08:00
parent 2573fb04f0
commit dbb7a6319e
211 changed files with 470 additions and 480 deletions

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.charles7c.continew</groupId>
<groupId>top.continew</groupId>
<artifactId>continew-starter-log</artifactId>
<version>${revision}</version>
</parent>

View File

@@ -14,9 +14,9 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.annotation;
package top.continew.starter.log.core.annotation;
import top.charles7c.continew.starter.log.core.enums.Include;
import top.continew.starter.log.core.enums.Include;
import java.lang.annotation.*;

View File

@@ -14,9 +14,9 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.dao;
package top.continew.starter.log.core.dao;
import top.charles7c.continew.starter.log.core.model.LogRecord;
import top.continew.starter.log.core.model.LogRecord;
import java.util.Collections;
import java.util.List;

View File

@@ -14,10 +14,10 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.dao.impl;
package top.continew.starter.log.core.dao.impl;
import top.charles7c.continew.starter.log.core.dao.LogDao;
import top.charles7c.continew.starter.log.core.model.LogRecord;
import top.continew.starter.log.core.dao.LogDao;
import top.continew.starter.log.core.model.LogRecord;
import java.util.LinkedList;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.enums;
package top.continew.starter.log.core.enums;
import java.util.Collections;
import java.util.LinkedHashSet;

View File

@@ -14,9 +14,9 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.model;
package top.continew.starter.log.core.model;
import top.charles7c.continew.starter.log.core.enums.Include;
import top.continew.starter.log.core.enums.Include;
import java.time.Clock;
import java.time.Duration;

View File

@@ -14,13 +14,13 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.model;
package top.continew.starter.log.core.model;
import cn.hutool.core.text.CharSequenceUtil;
import org.springframework.http.HttpHeaders;
import top.charles7c.continew.starter.core.util.IpUtils;
import top.charles7c.continew.starter.log.core.enums.Include;
import top.charles7c.continew.starter.web.util.ServletUtils;
import top.continew.starter.core.util.IpUtils;
import top.continew.starter.log.core.enums.Include;
import top.continew.starter.web.util.ServletUtils;
import java.net.URI;
import java.util.Map;

View File

@@ -14,9 +14,9 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.model;
package top.continew.starter.log.core.model;
import top.charles7c.continew.starter.log.core.enums.Include;
import top.continew.starter.log.core.enums.Include;
import java.util.*;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.model;
package top.continew.starter.log.core.model;
import java.net.URI;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.charles7c.continew.starter.log.core.model;
package top.continew.starter.log.core.model;
import java.util.Map;