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

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