chore: 简化 package,对于互斥包不再单独命名,例如:data.mp、data.mf,统一为 data

This commit is contained in:
2025-07-04 21:15:28 +08:00
parent 78a7904c2f
commit 223236aad3
59 changed files with 105 additions and 107 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.exception;
package top.continew.starter.license.exception;
import top.continew.starter.core.exception.BaseException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.model;
package top.continew.starter.license.model;
import net.lingala.zip4j.ZipFile;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.model;
package top.continew.starter.license.model;
/**
* config参数

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.model;
package top.continew.starter.license.model;
import de.schlichtherle.license.AbstractKeyStoreParam;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.model;
package top.continew.starter.license.model;
import java.io.Serial;
import java.io.Serializable;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.model;
package top.continew.starter.license.model;
import java.util.Date;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.model;
package top.continew.starter.license.model;
import java.util.Set;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.util;
package top.continew.starter.license.util;
import cn.hutool.core.util.ArrayUtil;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.license.util;
package top.continew.starter.license.util;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.collection.CollectionUtil;
@@ -23,8 +23,8 @@ import cn.hutool.core.io.IoUtil;
import cn.hutool.core.util.StrUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import top.continew.license.exception.LicenseException;
import top.continew.license.model.LicenseExtraModel;
import top.continew.starter.license.exception.LicenseException;
import top.continew.starter.license.model.LicenseExtraModel;
import java.io.*;
import java.net.InetAddress;