mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-04 09:01:40 +08:00 
			
		
		
		
	chore: top.charles7c.continew => top.continew
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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.*;
 | 
			
		||||
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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.*;
 | 
			
		||||
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user