From 04351fd0588d924cb548e82273c9d89ca9fe6dd9 Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Thu, 7 Nov 2024 18:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smartboot/servlet/plugins/license/LicensePlugin.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servlet-core/src/main/java/tech/smartboot/servlet/plugins/license/LicensePlugin.java b/servlet-core/src/main/java/tech/smartboot/servlet/plugins/license/LicensePlugin.java index 1a99237..1905759 100644 --- a/servlet-core/src/main/java/tech/smartboot/servlet/plugins/license/LicensePlugin.java +++ b/servlet-core/src/main/java/tech/smartboot/servlet/plugins/license/LicensePlugin.java @@ -146,9 +146,9 @@ private LicenseTO loadLicense(LicenseEntity entity) throws IOException { licenseTO.setContact(entity.getContact()); licenseTO.setVendor(entity.getApplicant()); - if (!isVersionSupported(Container.VERSION.substring(1), properties.getProperty("supportVersion"))) { - return INVALID_LICENSE; - } +// if (!isVersionSupported(Container.VERSION.substring(1), properties.getProperty("supportVersion"))) { +// return INVALID_LICENSE; +// } return licenseTO; }