mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
fix(license): 更正版本号错误
This commit is contained in:
@@ -25,7 +25,7 @@ import java.io.Serial;
|
||||
*
|
||||
* @author loach
|
||||
* @author echo
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class LicenseException extends BaseException {
|
||||
|
||||
|
@@ -25,7 +25,7 @@ import java.io.Serializable;
|
||||
* 生成创建者返回参数
|
||||
*
|
||||
* @author echo
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class BuildCreatorResp implements Serializable {
|
||||
|
||||
|
@@ -20,7 +20,7 @@ package top.continew.license.model;
|
||||
* config参数
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class ConfigParam {
|
||||
|
||||
|
@@ -27,7 +27,7 @@ import java.io.InputStream;
|
||||
*
|
||||
* @author loach
|
||||
* @author echo
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class CustomKeyStoreParam extends AbstractKeyStoreParam {
|
||||
|
||||
|
@@ -24,7 +24,7 @@ import java.util.Date;
|
||||
* 许可证创建者参数
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class LicenseCreatorParam implements Serializable {
|
||||
|
||||
|
@@ -22,7 +22,7 @@ import java.util.Date;
|
||||
* 为用户生成证书需要的具体参数
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class LicenseCreatorParamVO {
|
||||
|
||||
|
@@ -22,7 +22,7 @@ import java.util.Set;
|
||||
* 额外的服务器硬件校验信息对象,这里的属性可根据需求自定义
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class LicenseExtraModel {
|
||||
|
||||
|
@@ -27,7 +27,7 @@ import java.io.LineNumberReader;
|
||||
* 运行命令行工具类
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class ExecCmdUtil {
|
||||
|
||||
|
@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
|
||||
* 服务器信息工具类
|
||||
*
|
||||
* @author Rong.Jia
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class ServerInfoUtils {
|
||||
|
||||
|
@@ -32,7 +32,7 @@ import top.continew.starter.core.constant.PropertiesConstants;
|
||||
* license 生成模块 自动配置
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
@AutoConfiguration
|
||||
@EnableConfigurationProperties(LicenseGenerateProperties.class)
|
||||
|
@@ -23,7 +23,7 @@ import top.continew.starter.core.constant.PropertiesConstants;
|
||||
* license 生成模块配置属性
|
||||
*
|
||||
* @author Jasmine
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
@ConfigurationProperties(PropertiesConstants.LICENSE_GENERATOR)
|
||||
public class LicenseGenerateProperties {
|
||||
|
@@ -27,7 +27,7 @@ import java.util.Date;
|
||||
*
|
||||
* @author loach
|
||||
* @author echo
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class ServerLicenseManager extends LicenseManager {
|
||||
|
||||
|
@@ -42,7 +42,7 @@ import java.util.prefs.Preferences;
|
||||
* 证书生成接口 实现类
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class LicenseCreateService {
|
||||
|
||||
|
@@ -35,7 +35,7 @@ import top.continew.starter.core.constant.PropertiesConstants;
|
||||
* license 校验模块 自动配置
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
@AutoConfiguration
|
||||
@EnableConfigurationProperties(LicenseVerifyProperties.class)
|
||||
|
@@ -25,7 +25,7 @@ import top.continew.starter.core.constant.PropertiesConstants;
|
||||
* license 校验模块配置属性
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
@ConfigurationProperties(PropertiesConstants.LICENSE_VERIFIER)
|
||||
public class LicenseVerifyProperties {
|
||||
|
@@ -42,7 +42,7 @@ import java.util.prefs.Preferences;
|
||||
* 客户端证书管理类(证书验证)
|
||||
*
|
||||
* @author loach
|
||||
* @since 2.11.0
|
||||
* @since 2.12.0
|
||||
*/
|
||||
public class CustomLicenseManager extends LicenseManager {
|
||||
|
||||
|
Reference in New Issue
Block a user