Merge pull request #717 from Tencent/springboot3

merge from springboot3
This commit is contained in:
TommyLemon 2024-05-12 22:43:23 +08:00 committed by GitHub
commit 22644ebdd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON-spring-boot3</artifactId>
<version>6.4.0</version>
<version>6.4.3</version>
<packaging>jar</packaging>
<name>APIJSONORM</name>

View File

@ -14,7 +14,7 @@ public class Log {
public static boolean DEBUG = true;
public static final String VERSION = "6.4.0";
public static final String VERSION = "6.4.3";
public static final String KEY_SYSTEM_INFO_DIVIDER = "\n---|-----APIJSON SYSTEM INFO-----|---\n";
public static final String OS_NAME;