目录修改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license;
|
||||
package com.license;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license.bean;
|
||||
package com.license.bean;
|
||||
|
||||
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license.bean;
|
||||
package com.license.bean;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license.bean;
|
||||
package com.license.bean;
|
||||
|
||||
|
||||
import java.util.Arrays;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license.bean;
|
||||
package com.license.bean;
|
||||
|
||||
public class Rets {
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
package com.sentinel.license.controller;
|
||||
package com.license.controller;
|
||||
|
||||
import cn.hutool.log.Log;
|
||||
import com.sentinel.license.bean.LicenseInfo;
|
||||
import com.sentinel.license.utils.Constant;
|
||||
import com.sentinel.license.utils.HaspUtil;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
import com.license.bean.LicenseInfo;
|
||||
import com.license.utils.Constant;
|
||||
import com.license.utils.HaspUtil;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @author fengjunfeng
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license.utils;
|
||||
package com.license.utils;
|
||||
|
||||
/**
|
||||
* @author fengjunfeng
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.sentinel.license.utils;
|
||||
package com.license.utils;
|
||||
import Aladdin.Hasp;
|
||||
import Aladdin.HaspStatus;
|
||||
import cn.hutool.core.util.XmlUtil;
|
||||
Reference in New Issue
Block a user