fix(license): 更正版本号错误

This commit is contained in:
2025-04-29 22:43:31 +08:00
parent 7d97026480
commit 5e9a3f3e93
16 changed files with 16 additions and 16 deletions

View File

@@ -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 {

View File

@@ -25,7 +25,7 @@ import java.io.Serializable;
* 生成创建者返回参数
*
* @author echo
* @since 2.11.0
* @since 2.12.0
*/
public class BuildCreatorResp implements Serializable {

View File

@@ -20,7 +20,7 @@ package top.continew.license.model;
* config参数
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class ConfigParam {

View File

@@ -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 {

View File

@@ -24,7 +24,7 @@ import java.util.Date;
* 许可证创建者参数
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class LicenseCreatorParam implements Serializable {

View File

@@ -22,7 +22,7 @@ import java.util.Date;
* 为用户生成证书需要的具体参数
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class LicenseCreatorParamVO {

View File

@@ -22,7 +22,7 @@ import java.util.Set;
* 额外的服务器硬件校验信息对象,这里的属性可根据需求自定义
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class LicenseExtraModel {

View File

@@ -27,7 +27,7 @@ import java.io.LineNumberReader;
* 运行命令行工具类
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class ExecCmdUtil {

View File

@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
* 服务器信息工具类
*
* @author Rong.Jia
* @since 2.11.0
* @since 2.12.0
*/
public class ServerInfoUtils {

View File

@@ -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)

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -42,7 +42,7 @@ import java.util.prefs.Preferences;
* 证书生成接口 实现类
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class LicenseCreateService {

View File

@@ -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)

View File

@@ -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 {

View File

@@ -42,7 +42,7 @@ import java.util.prefs.Preferences;
* 客户端证书管理类(证书验证)
*
* @author loach
* @since 2.11.0
* @since 2.12.0
*/
public class CustomLicenseManager extends LicenseManager {