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

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