diff --git a/build.gradle b/build.gradle index b40045eb4..2dd1fc8f5 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,6 @@ subprojects { apply plugin: 'signing' apply plugin: 'maven-publish' apply plugin: "io.freefair.lombok" - apply plugin: 'com.github.hierynomus.license' sourceCompatibility = "${javaVersion}" targetCompatibility = "${javaVersion}" @@ -142,21 +141,6 @@ subprojects { } } - // 控制台直接执行 `gradle licenseMain` 或者 `gradle licenseFormatMain` - // 前者是检查 main 源码的 licence 情况,后者是在 main 源码文件上 format license - // 因为不打算在 test 代码上添加 licence, 所以不使用 licenseTest 和 licenseFormatTest 这俩 - license { - encoding = "UTF-8" - header = rootProject.file("license.txt") - includes(["**/*.java", "**/*.kt"]) - mapping { - java = "SLASHSTAR_STYLE" - kt = "SLASHSTAR_STYLE" - } - ignoreFailures = true - ext.year = Calendar.getInstance().get(Calendar.YEAR) - } - //noinspection GroovyAssignabilityCheck task sourcesJar(type: Jar) { archiveClassifier = 'sources' diff --git a/license.txt b/license.txt index d0a0db443..d365f46d5 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011-${year}, baomidou (jobob@qq.com). +Copyright (c) 2011-2024, baomidou (jobob@qq.com). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/DbType.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/DbType.java index a6ccd1660..d5b0cf4cd 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/DbType.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/DbType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/EnumValue.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/EnumValue.java index 027497601..c7fa6669e 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/EnumValue.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/EnumValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldFill.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldFill.java index 299a7d2fe..d912e4197 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldFill.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldFill.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldStrategy.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldStrategy.java index 10db5e378..ccf03a2cc 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldStrategy.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IEnum.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IEnum.java index a43a56974..3f4f2b04f 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IEnum.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IdType.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IdType.java index f4e31b069..832fb12ed 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IdType.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IdType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/InterceptorIgnore.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/InterceptorIgnore.java index 3392ab571..ea3cf8a2b 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/InterceptorIgnore.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/InterceptorIgnore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/KeySequence.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/KeySequence.java index 6d63bdc9d..a75433019 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/KeySequence.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/KeySequence.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/OrderBy.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/OrderBy.java index dbac48e43..9d6b9635e 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/OrderBy.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/OrderBy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/SqlCondition.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/SqlCondition.java index d53af5ad8..ea6840f99 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/SqlCondition.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/SqlCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableField.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableField.java index f90312f95..2ef45afd3 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableField.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableField.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableId.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableId.java index 9aed733a5..69cb58f16 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableId.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableId.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableLogic.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableLogic.java index bde34f16d..565e5cfd4 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableLogic.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableName.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableName.java index db95766c9..789e0e73f 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableName.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableName.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/Version.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/Version.java index 5f3ac897a..6033cb29b 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/Version.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/Version.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/package-info.java b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/package-info.java index 096b02c52..c4f31dece 100644 --- a/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/package-info.java +++ b/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/InjectorResolver.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/InjectorResolver.java index 8f40bbe72..81fefb1e0 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/InjectorResolver.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/InjectorResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisConfiguration.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisConfiguration.java index 4a2dedea7..997dbd90b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisConfiguration.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperAnnotationBuilder.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperAnnotationBuilder.java index 737d80d54..6b2f5fb3c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperAnnotationBuilder.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperAnnotationBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperBuilderAssistant.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperBuilderAssistant.java index 9bccfb43b..040ae3a90 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperBuilderAssistant.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperBuilderAssistant.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperRegistry.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperRegistry.java index f44e4fd97..b2c60884e 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperRegistry.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMapperRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ public class MybatisMapperRegistry extends MapperRegistry { return knownMappers.containsKey(type); } - /** + /** * 清空 Mapper 缓存信息 */ protected void removeMapper(Class type) { diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMethodResolver.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMethodResolver.java index fbdad6587..a98f3da69 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMethodResolver.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisMethodResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisParameterHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisParameterHandler.java index 04c493122..625aafaf4 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisParameterHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisParameterHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisPlusVersion.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisPlusVersion.java index 2579bd9f5..e90836f90 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisPlusVersion.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisPlusVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisSqlSessionFactoryBuilder.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisSqlSessionFactoryBuilder.java index ae2da8ce4..8963a6fe1 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisSqlSessionFactoryBuilder.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisSqlSessionFactoryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLConfigBuilder.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLConfigBuilder.java index 56b2ba6c9..6863c9140 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLConfigBuilder.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLConfigBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLLanguageDriver.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLLanguageDriver.java index d3b3842e7..cfbad942b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLLanguageDriver.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLLanguageDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLMapperBuilder.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLMapperBuilder.java index d24633a9c..20a451e67 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLMapperBuilder.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLMapperBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLScriptBuilder.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLScriptBuilder.java index fc5be57ba..cc6cb2132 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLScriptBuilder.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/MybatisXMLScriptBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/ISqlRunner.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/ISqlRunner.java index c5909c8dc..86faea826 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/ISqlRunner.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/ISqlRunner.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/package-info.java index da9a9ccc6..5d6d52276 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/assist/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchMethod.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchMethod.java index c7a346d1a..16e9a5d9b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchMethod.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchSqlSession.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchSqlSession.java index 1e7b456c5..8d0d35011 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchSqlSession.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/BatchSqlSession.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/MybatisBatch.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/MybatisBatch.java index c735dcd62..2d52800c6 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/MybatisBatch.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/MybatisBatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/ParameterConvert.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/ParameterConvert.java index ef69d9575..7848d5994 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/ParameterConvert.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/batch/ParameterConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractLambdaWrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractLambdaWrapper.java index d39347a05..595574b2c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractLambdaWrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractLambdaWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java index acbeb18aa..0e696491a 100755 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/ISqlSegment.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/ISqlSegment.java index 26bdacb84..7101254f7 100755 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/ISqlSegment.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/ISqlSegment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/SharedString.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/SharedString.java index 6ad96a9c5..a9a6482fc 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/SharedString.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/SharedString.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/Wrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/Wrapper.java index e00ac0e80..19fbcea6c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/Wrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/Wrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Compare.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Compare.java index 65db86065..08f28d206 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Compare.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Compare.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Func.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Func.java index 4e6883e5a..8a1aab482 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Func.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Func.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Join.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Join.java index 12f4c68b5..8a1c0e1f5 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Join.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Join.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Nested.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Nested.java index 761272207..c4142c1e5 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Nested.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/Nested.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/package-info.java index 13d5f6fac..0a0d4b701 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/interfaces/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/package-info.java index 844d5b1ff..e84e09292 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/LambdaQueryWrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/LambdaQueryWrapper.java index 69a4d49f3..4b11d5439 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/LambdaQueryWrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/LambdaQueryWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/Query.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/Query.java index 1bf7089be..b12abc42d 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/Query.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/Query.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/QueryWrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/QueryWrapper.java index f55b5f4a9..988384eea 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/QueryWrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/QueryWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/package-info.java index 9e91bd54c..5d91f5cdd 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/query/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/AbstractISegmentList.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/AbstractISegmentList.java index 31f5e9970..31fb4740d 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/AbstractISegmentList.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/AbstractISegmentList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/ColumnSegment.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/ColumnSegment.java index 56824e342..666d265f0 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/ColumnSegment.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/ColumnSegment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/GroupBySegmentList.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/GroupBySegmentList.java index 2130dceef..6279dd98a 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/GroupBySegmentList.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/GroupBySegmentList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/HavingSegmentList.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/HavingSegmentList.java index bc2d71717..50b395b8c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/HavingSegmentList.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/HavingSegmentList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MatchSegment.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MatchSegment.java index 11e79a7d2..552fbfb67 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MatchSegment.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MatchSegment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MergeSegments.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MergeSegments.java index 417840caa..de4ccfcaf 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MergeSegments.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/MergeSegments.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/NormalSegmentList.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/NormalSegmentList.java index a19b37df5..1dcece5ed 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/NormalSegmentList.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/NormalSegmentList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/OrderBySegmentList.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/OrderBySegmentList.java index 3aa6b6ce6..0331f5180 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/OrderBySegmentList.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/OrderBySegmentList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/package-info.java index 3a558969c..5ad4d56b9 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/segments/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/LambdaUpdateWrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/LambdaUpdateWrapper.java index a8079579f..538d54b1c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/LambdaUpdateWrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/LambdaUpdateWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/Update.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/Update.java index 5b1788037..7193a3384 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/Update.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/Update.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/UpdateWrapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/UpdateWrapper.java index 62f591806..d620ca48a 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/UpdateWrapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/UpdateWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/package-info.java index e0c355cab..b7d738746 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/update/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/GlobalConfig.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/GlobalConfig.java index 727202d8c..cdc829144 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/GlobalConfig.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/GlobalConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/package-info.java index e762b5254..f9e9e51cd 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlKeyword.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlKeyword.java index 935355566..9b0466beb 100755 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlKeyword.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlLike.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlLike.java index d1575c704..c5dde39d5 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlLike.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlLike.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlMethod.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlMethod.java index 264e5d15d..17beae32c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlMethod.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/SqlMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/WrapperKeyword.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/WrapperKeyword.java index 1a4a28c68..bc9156977 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/WrapperKeyword.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/WrapperKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/package-info.java index d5d4dac42..7488d3dd7 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/enums/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/MybatisPlusException.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/MybatisPlusException.java index 46eae5faf..c394da543 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/MybatisPlusException.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/MybatisPlusException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/package-info.java index 6cea62e75..ff1246cb3 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/AnnotationHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/AnnotationHandler.java index 94345d6d5..8a729a641 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/AnnotationHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/AnnotationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/CompositeEnumTypeHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/CompositeEnumTypeHandler.java index 0caa004a0..0242eea39 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/CompositeEnumTypeHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/CompositeEnumTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/IJsonTypeHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/IJsonTypeHandler.java index 49f5de58e..69c0da9fe 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/IJsonTypeHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/IJsonTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MetaObjectHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MetaObjectHandler.java index f249e6d39..c5c449c15 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MetaObjectHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MetaObjectHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MybatisEnumTypeHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MybatisEnumTypeHandler.java index 4be37a84d..b9d6b3a7f 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MybatisEnumTypeHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/MybatisEnumTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/PostInitTableInfoHandler.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/PostInitTableInfoHandler.java index 5f3164ad3..abb00fc02 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/PostInitTableInfoHandler.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/PostInitTableInfoHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/StrictFill.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/StrictFill.java index 56342019f..260e55c52 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/StrictFill.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/StrictFill.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/package-info.java index f94124918..8bcf92867 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/handlers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/DefaultIdentifierGenerator.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/DefaultIdentifierGenerator.java index 063fd7bd8..cc1d8b4cf 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/DefaultIdentifierGenerator.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/DefaultIdentifierGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IKeyGenerator.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IKeyGenerator.java index 07fa58bb8..8c27e2903 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IKeyGenerator.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IdentifierGenerator.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IdentifierGenerator.java index dba3a84b9..1372f1c55 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IdentifierGenerator.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/IdentifierGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/ImadcnIdentifierGenerator.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/ImadcnIdentifierGenerator.java index 7cd4d20b7..257f9178e 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/ImadcnIdentifierGenerator.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/ImadcnIdentifierGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/package-info.java index 4dfd8b76b..54b8f25da 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/incrementer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractMethod.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractMethod.java index 6371c88ff..bde470121 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractMethod.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractSqlInjector.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractSqlInjector.java index 3c31bf7d4..678856373 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractSqlInjector.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/AbstractSqlInjector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/DefaultSqlInjector.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/DefaultSqlInjector.java index 383c84cf8..cceca4bcd 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/DefaultSqlInjector.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/DefaultSqlInjector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/ISqlInjector.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/ISqlInjector.java index e56e01107..dd89f9546 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/ISqlInjector.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/ISqlInjector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/SqlRunnerInjector.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/SqlRunnerInjector.java index bf8c65f48..17906b86a 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/SqlRunnerInjector.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/SqlRunnerInjector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Delete.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Delete.java index cb1a75dde..9114d4749 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Delete.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Delete.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteBatchByIds.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteBatchByIds.java index fd24f765a..6482feffc 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteBatchByIds.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteBatchByIds.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteById.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteById.java index ebf7f8604..e4426d6d8 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteById.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteById.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteByMap.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteByMap.java index 97dd6c833..4a1a61ce2 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteByMap.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/DeleteByMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Insert.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Insert.java index 6896eeba7..9985f0f58 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Insert.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Insert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectBatchByIds.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectBatchByIds.java index 8c5d9ee4a..daf08c4a3 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectBatchByIds.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectBatchByIds.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectById.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectById.java index 470c2cfd7..bdd9b4f8b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectById.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectById.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectByMap.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectByMap.java index da3cc5433..15bbae216 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectByMap.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectByMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectCount.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectCount.java index 6284e1749..11b228c27 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectCount.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectCount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectList.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectList.java index 2fb4f7857..acadcec03 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectList.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMaps.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMaps.java index a51390f8a..c3810ed85 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMaps.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMaps.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMapsPage.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMapsPage.java index c4825fe8f..745918d30 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMapsPage.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectMapsPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectObjs.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectObjs.java index 9be166391..65bdf5360 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectObjs.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectObjs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectOne.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectOne.java index 713ae6661..c90c28df8 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectOne.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectOne.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectPage.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectPage.java index 977c8675f..db2a2dda6 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectPage.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/SelectPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Update.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Update.java index e88912ef6..1febb3bf8 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Update.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/Update.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/UpdateById.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/UpdateById.java index c1b1abf95..2be0ff4a7 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/UpdateById.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/UpdateById.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/package-info.java index 2d4b71bff..0efcfb482 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/methods/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/package-info.java index 66f948c25..6fc5411d2 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/injector/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/BaseMapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/BaseMapper.java index 519b425a6..cd17fd71f 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/BaseMapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/BaseMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/Mapper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/Mapper.java index 5b00be835..21d131570 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/Mapper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/Mapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/package-info.java index 45c194272..a94cbae90 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/mapper/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/IPage.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/IPage.java index 6768c22f6..11265ae1f 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/IPage.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/IPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderFieldInfo.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderFieldInfo.java index c7e59dd90..e890bf5aa 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderFieldInfo.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderFieldInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderItem.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderItem.java index 3d6d97493..68aa5bb8b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderItem.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/OrderItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableFieldInfo.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableFieldInfo.java index 56a432feb..7919ddf2f 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableFieldInfo.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableFieldInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfo.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfo.java index e5ca5ddc7..d7213d85e 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfo.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfoHelper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfoHelper.java index d058290c0..fc21922c9 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfoHelper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/TableInfoHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/package-info.java index f252c0fa3..53472fb5c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/metadata/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperMethod.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperMethod.java index c2df7bc3c..ac766b65f 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperMethod.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxy.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxy.java index 98e53d1bc..ca1d3ab6e 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxy.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxyFactory.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxyFactory.java index bd7cdd9b9..f918228db 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxyFactory.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/MybatisMapperProxyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/package-info.java index de34caede..4f8a88757 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/override/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/package-info.java index eacdc6bd8..61408461c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/IgnoreStrategy.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/IgnoreStrategy.java index 9c73975e3..603e5450d 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/IgnoreStrategy.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/IgnoreStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/InterceptorIgnoreHelper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/InterceptorIgnoreHelper.java index 9f88e6e28..6472dbbe1 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/InterceptorIgnoreHelper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/plugins/InterceptorIgnoreHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AES.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AES.java index e3654143f..f0d0fe140 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AES.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AES.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AnnotationUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AnnotationUtils.java index 9ec07a660..3109531e7 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AnnotationUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AnnotationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AopUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AopUtils.java index 33b9447c0..0955f68ff 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AopUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/AopUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ArrayUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ArrayUtils.java index fef382a4d..cc21286cc 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ArrayUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Assert.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Assert.java index 92e653be1..38d3b160b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Assert.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Assert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/BeanUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/BeanUtils.java index 019579c58..dc7201879 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/BeanUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/BeanUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ClassUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ClassUtils.java index b5e3b7449..c61529e2e 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ClassUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/CollectionUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/CollectionUtils.java index 17921462a..9a351138a 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/CollectionUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/CollectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Constants.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Constants.java index c6730a8d4..a2a06be6f 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Constants.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/EncryptUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/EncryptUtils.java index e70daf62c..7f74dffd0 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/EncryptUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/EncryptUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ExceptionUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ExceptionUtils.java index 8e06a2dad..91af03100 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ExceptionUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ExceptionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/GlobalConfigUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/GlobalConfigUtils.java index 42ea616dc..412641d09 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/GlobalConfigUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/GlobalConfigUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/IdWorker.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/IdWorker.java index 290fde8f4..fbaedd4b4 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/IdWorker.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/IdWorker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/LambdaUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/LambdaUtils.java index 00266a68e..f82f011b0 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/LambdaUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/LambdaUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/MybatisBatchUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/MybatisBatchUtils.java index d27e1dedb..7b59d6477 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/MybatisBatchUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/MybatisBatchUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/NetUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/NetUtils.java index bccd71afd..24f9caeb9 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/NetUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/NetUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ObjectUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ObjectUtils.java index 6b6c0d7f7..a7a0566cd 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ObjectUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ObjectUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ParameterUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ParameterUtils.java index 967b5d3f3..660597b02 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ParameterUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ParameterUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/PluginUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/PluginUtils.java index f8c2abd16..c9723a089 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/PluginUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/PluginUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ReflectionKit.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ReflectionKit.java index b66b145ab..ec09d23ba 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ReflectionKit.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ReflectionKit.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Sequence.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Sequence.java index fca4a65e4..38baa787b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Sequence.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Sequence.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SerializationUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SerializationUtils.java index 7ccf64ecb..6b1841ff0 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SerializationUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SerializationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SetAccessibleAction.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SetAccessibleAction.java index b4ad9307b..61d7058e3 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SetAccessibleAction.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SetAccessibleAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringPool.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringPool.java index ef84ac02c..a2d032124 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringPool.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringPool.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringUtils.java index d8e528e46..d5f44e7ae 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/StringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SystemClock.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SystemClock.java index 280673115..892a3bf4a 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SystemClock.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/SystemClock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/TableNameParser.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/TableNameParser.java index e8f09f968..7787f7570 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/TableNameParser.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/TableNameParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Wrappers.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Wrappers.java index f285a28b9..545e27472 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Wrappers.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/Wrappers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/package-info.java index 75eaf5529..11b000cd9 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/GenericTypeUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/GenericTypeUtils.java index a4b38b098..80b0cbc3b 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/GenericTypeUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/GenericTypeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/IGenericTypeResolver.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/IGenericTypeResolver.java index 05410e457..ff4f1b1c6 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/IGenericTypeResolver.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/IGenericTypeResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/SpringReflectionHelper.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/SpringReflectionHelper.java index 6aee85681..524805fc2 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/SpringReflectionHelper.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/SpringReflectionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/TypeParameterResolver.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/TypeParameterResolver.java index 1ccbccd83..1d52e1cbf 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/TypeParameterResolver.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/reflect/TypeParameterResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlInjectionUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlInjectionUtils.java index 127908c10..b8a4fc151 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlInjectionUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlInjectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlScriptUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlScriptUtils.java index ed20e6142..8c3e1ce52 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlScriptUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlScriptUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlUtils.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlUtils.java index 2da1467d0..591c52f2c 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlUtils.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/SqlUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/StringEscape.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/StringEscape.java index 451b94bdc..2cec0d2a3 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/StringEscape.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/StringEscape.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/package-info.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/package-info.java index 063db9515..5ece99f33 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/package-info.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/sql/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/BiIntFunction.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/BiIntFunction.java index 9a6f8345f..c21dfddb4 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/BiIntFunction.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/BiIntFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ColumnCache.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ColumnCache.java index c0b4d6e5e..a13be92a1 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ColumnCache.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ColumnCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/IdeaProxyLambdaMeta.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/IdeaProxyLambdaMeta.java index 26d83587e..dba7009d4 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/IdeaProxyLambdaMeta.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/IdeaProxyLambdaMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/LambdaMeta.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/LambdaMeta.java index c761eadf0..3fd146665 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/LambdaMeta.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/LambdaMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ReflectLambdaMeta.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ReflectLambdaMeta.java index adb1aa19e..1fa9e599a 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ReflectLambdaMeta.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ReflectLambdaMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SFunction.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SFunction.java index 6cf8d3d88..8cec09b04 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SFunction.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SerializedLambda.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SerializedLambda.java index 36c8dd1aa..ceb704751 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SerializedLambda.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/SerializedLambda.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ShadowLambdaMeta.java b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ShadowLambdaMeta.java index ccbcb761b..94590afdf 100644 --- a/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ShadowLambdaMeta.java +++ b/mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/support/ShadowLambdaMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/EncryptTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/EncryptTest.java index 75dc7e90c..590751809 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/EncryptTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/EncryptTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.annotation.*; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/JSqlParserTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/JSqlParserTest.java index 518c7f3a8..b349c4ee5 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/JSqlParserTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/JSqlParserTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import net.sf.jsqlparser.expression.operators.conditional.AndExpression; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisConfigurationTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisConfigurationTest.java index d20a0a8a7..64a5d7b0b 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisConfigurationTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisConfigurationTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.core.MybatisConfiguration; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisMapperAnnotationBuilderTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisMapperAnnotationBuilderTest.java index a53cd7859..04537be42 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisMapperAnnotationBuilderTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/MybatisMapperAnnotationBuilderTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.core.metadata.IPage; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/Role.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/Role.java index f3cfe92a1..a014140c1 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/Role.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/Role.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.annotation.TableField; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/User.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/User.java index fce65f966..4f0d15a26 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/User.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/User.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.annotation.TableField; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/override/MybatisMapperMethodTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/override/MybatisMapperMethodTest.java index e44494ef7..99f01121c 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/override/MybatisMapperMethodTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/override/MybatisMapperMethodTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.override; import org.apache.ibatis.annotations.MapKey; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java index be858aecb..911e0aeca 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.pom; import jodd.io.FileUtil; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/AESTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/AESTest.java index da1308ab1..0ab7087e3 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/AESTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/AESTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; import com.baomidou.mybatisplus.core.toolkit.AES; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/BeanUtilsTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/BeanUtilsTest.java index 82f9dc80f..6f1fb3a09 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/BeanUtilsTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/BeanUtilsTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; import com.baomidou.mybatisplus.core.toolkit.BeanUtils; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ClassUtilsTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ClassUtilsTest.java index 4cdd227a4..6177fd023 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ClassUtilsTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ClassUtilsTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; import com.baomidou.mybatisplus.core.toolkit.ClassUtils; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/LambdaUtilsTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/LambdaUtilsTest.java index 7af6b2a85..1705b4468 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/LambdaUtilsTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/LambdaUtilsTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; import com.baomidou.mybatisplus.core.toolkit.LambdaUtils; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ReflectionKitTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ReflectionKitTest.java index 89c50b324..a5518c32d 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ReflectionKitTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/ReflectionKitTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; import com.baomidou.mybatisplus.core.toolkit.ReflectionKit; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/StringUtilsTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/StringUtilsTest.java index 98c919009..dbf895712 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/StringUtilsTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/StringUtilsTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; import com.baomidou.mybatisplus.core.toolkit.StringUtils; diff --git a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/TableNameParserTest.java b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/TableNameParserTest.java index 1745d8f8f..4bfea80ce 100644 --- a/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/TableNameParserTest.java +++ b/mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/toolkit/TableNameParserTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.toolkit; diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/MybatisMapWrapperFactory.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/MybatisMapWrapperFactory.java index ef12b98a9..dd56e9ae2 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/MybatisMapWrapperFactory.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/MybatisMapWrapperFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/Model.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/Model.java index 292104385..4f9b6b3cc 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/Model.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/Model.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/package-info.java index 280dcd9d3..fc5025924 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/activerecord/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/AbstractChainWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/AbstractChainWrapper.java index 64827f2d5..9e85e0f4d 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/AbstractChainWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/AbstractChainWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/ChainWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/ChainWrapper.java index cc486b868..de1a22f5e 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/ChainWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/ChainWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/ChainQuery.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/ChainQuery.java index 85b65d5cd..30aac0225 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/ChainQuery.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/ChainQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/LambdaQueryChainWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/LambdaQueryChainWrapper.java index f9134300b..bf2316378 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/LambdaQueryChainWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/LambdaQueryChainWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/QueryChainWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/QueryChainWrapper.java index 08655cd70..8a2169a8b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/QueryChainWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/query/QueryChainWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/ChainUpdate.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/ChainUpdate.java index 64c21400d..a9d054085 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/ChainUpdate.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/ChainUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/LambdaUpdateChainWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/LambdaUpdateChainWrapper.java index 33c0ec44f..9ba500978 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/LambdaUpdateChainWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/LambdaUpdateChainWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/UpdateChainWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/UpdateChainWrapper.java index 8c7ea1609..5353ebe2a 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/UpdateChainWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/conditions/update/UpdateChainWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlHelper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlHelper.java index 780dbee9d..f7c9b74f8 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlHelper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlScript.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlScript.java index ac557bf1a..ab8a2b89d 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlScript.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/DdlScript.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/IDdl.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/IDdl.java index e44443e81..1afc20d7b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/IDdl.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/IDdl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/SimpleDdl.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/SimpleDdl.java index 643254c11..48214259f 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/SimpleDdl.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/SimpleDdl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/IDdlGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/IDdlGenerator.java index b68c6e68e..bbc0d76b3 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/IDdlGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/IDdlGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/MysqlDdlGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/MysqlDdlGenerator.java index 49414d847..0bacc6117 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/MysqlDdlGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/MysqlDdlGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/OracleDdlGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/OracleDdlGenerator.java index eb364e02e..3faff7876 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/OracleDdlGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/OracleDdlGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/PostgreDdlGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/PostgreDdlGenerator.java index 37c29a48a..0a1c0f355 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/PostgreDdlGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/PostgreDdlGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/SQLiteDdlGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/SQLiteDdlGenerator.java index 104fab3ee..e96114900 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/SQLiteDdlGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/ddl/history/SQLiteDdlGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/AbstractJsonTypeHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/AbstractJsonTypeHandler.java index 58a07384b..64e7d60ce 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/AbstractJsonTypeHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/AbstractJsonTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/Fastjson2TypeHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/Fastjson2TypeHandler.java index 4819d3b9b..cc6727c65 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/Fastjson2TypeHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/Fastjson2TypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/FastjsonTypeHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/FastjsonTypeHandler.java index 2821b70c4..b22ec8961 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/FastjsonTypeHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/FastjsonTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/GsonTypeHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/GsonTypeHandler.java index 46d7702bb..4c8ee00ef 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/GsonTypeHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/GsonTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/JacksonTypeHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/JacksonTypeHandler.java index c243d5739..0acd9008f 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/JacksonTypeHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/JacksonTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java index a43e25488..34c615dd2 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/package-info.java index 443c7674d..c833b4c7e 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/handlers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DB2KeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DB2KeyGenerator.java index 4adf1dcae..b7308bf51 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DB2KeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DB2KeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DmKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DmKeyGenerator.java index 6d564cb41..3afaedf5e 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DmKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/DmKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/FirebirdKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/FirebirdKeyGenerator.java index 761b313b4..78a93c1f9 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/FirebirdKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/FirebirdKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/H2KeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/H2KeyGenerator.java index 9d9448e20..2ccfdbd8d 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/H2KeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/H2KeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/KingbaseKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/KingbaseKeyGenerator.java index a55afee78..5d7b56b5a 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/KingbaseKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/KingbaseKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/LealoneKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/LealoneKeyGenerator.java index ab7e32fef..5dce08190 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/LealoneKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/LealoneKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/OracleKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/OracleKeyGenerator.java index cd97af965..d35243176 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/OracleKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/OracleKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/PostgreKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/PostgreKeyGenerator.java index 160b25ff5..82caf80bb 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/PostgreKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/PostgreKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/SapHanaKeyGenerator.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/SapHanaKeyGenerator.java index 6fbd42896..e04f8963a 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/SapHanaKeyGenerator.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/SapHanaKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/package-info.java index c7c7ddaa4..ad764e34c 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/incrementer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/AlwaysUpdateSomeColumnById.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/AlwaysUpdateSomeColumnById.java index d5ef9d861..211191341 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/AlwaysUpdateSomeColumnById.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/AlwaysUpdateSomeColumnById.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/InsertBatchSomeColumn.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/InsertBatchSomeColumn.java index cd4d41b97..c774b2df5 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/InsertBatchSomeColumn.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/InsertBatchSomeColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteBatchByIds.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteBatchByIds.java index 8df75450b..3b4f8f28d 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteBatchByIds.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteBatchByIds.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteByIdWithFill.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteByIdWithFill.java index f4920fbad..7ab41b5ae 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteByIdWithFill.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/LogicDeleteByIdWithFill.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/Upsert.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/Upsert.java index 4a059423b..749d06431 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/Upsert.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/Upsert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/package-info.java index 259c3a9ab..b97ace42b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/package-info.java index 59c1e338e..f9d33df35 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLogFactory.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLogFactory.java index 98c294688..dab77dfa2 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLogFactory.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLogFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLoggingEventListener.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLoggingEventListener.java index 9c0da4d26..db554b168 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLoggingEventListener.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/MybatisPlusLoggingEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/P6SpyLogger.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/P6SpyLogger.java index 6e68ea422..b74c2f594 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/P6SpyLogger.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/P6SpyLogger.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/StdoutLogger.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/StdoutLogger.java index 87fad4cc9..9eea39ebd 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/StdoutLogger.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/p6spy/StdoutLogger.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/package-info.java index 61693e675..de41d8ca2 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserFunction.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserFunction.java index 4ec37c86e..9e62bf676 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserFunction.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserGlobal.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserGlobal.java index 2ed82b01c..1d15a5c9b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserGlobal.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserGlobal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserSupport.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserSupport.java index 6aef5a230..ed444d18f 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserSupport.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/JsqlParserSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/AbstractCaffeineJsqlParseCache.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/AbstractCaffeineJsqlParseCache.java index 4a53ee07c..7d5d2443a 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/AbstractCaffeineJsqlParseCache.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/AbstractCaffeineJsqlParseCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstFactory.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstFactory.java index a2f5f908f..9136a4f50 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstFactory.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstSerialCaffeineJsqlParseCache.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstSerialCaffeineJsqlParseCache.java index fe8f3ac9a..cae88de2d 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstSerialCaffeineJsqlParseCache.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/FstSerialCaffeineJsqlParseCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JdkSerialCaffeineJsqlParseCache.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JdkSerialCaffeineJsqlParseCache.java index 9fbd311bc..57b6ebb0b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JdkSerialCaffeineJsqlParseCache.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JdkSerialCaffeineJsqlParseCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JsqlParseCache.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JsqlParseCache.java index 8cbeb7b51..8dcaca8ba 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JsqlParseCache.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/parser/cache/JsqlParseCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/MybatisPlusInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/MybatisPlusInterceptor.java index 7f043bcdd..f2b4dd6fe 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/MybatisPlusInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/MybatisPlusInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/DataPermissionHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/DataPermissionHandler.java index b8967c60e..883e24761 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/DataPermissionHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/DataPermissionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/MultiDataPermissionHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/MultiDataPermissionHandler.java index e791ef0f8..cb9f4737e 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/MultiDataPermissionHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/MultiDataPermissionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TableNameHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TableNameHandler.java index 45fa70dff..faf308a3f 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TableNameHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TableNameHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TenantLineHandler.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TenantLineHandler.java index 0141ca434..c9420552f 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TenantLineHandler.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/handler/TenantLineHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BaseMultiTableInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BaseMultiTableInnerInterceptor.java index f3c0274ec..06ff6c348 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BaseMultiTableInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BaseMultiTableInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BlockAttackInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BlockAttackInnerInterceptor.java index 77a5c7059..f9276c7df 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BlockAttackInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/BlockAttackInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataChangeRecorderInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataChangeRecorderInnerInterceptor.java index 7398e09a0..858b21513 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataChangeRecorderInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataChangeRecorderInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataPermissionInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataPermissionInterceptor.java index f131978d4..461a005db 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataPermissionInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DataPermissionInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DynamicTableNameInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DynamicTableNameInnerInterceptor.java index 856ebc757..bfc1fe203 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DynamicTableNameInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/DynamicTableNameInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/IllegalSQLInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/IllegalSQLInnerInterceptor.java index 4cabbdb0a..679a890ae 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/IllegalSQLInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/IllegalSQLInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/InnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/InnerInterceptor.java index 8f2fc1828..9e36df93c 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/InnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/InnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/OptimisticLockerInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/OptimisticLockerInnerInterceptor.java index 62e47507f..24a595da7 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/OptimisticLockerInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/OptimisticLockerInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/PaginationInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/PaginationInnerInterceptor.java index 6949505f0..c9f18e3c3 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/PaginationInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/PaginationInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/ReplacePlaceholderInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/ReplacePlaceholderInnerInterceptor.java index 0100bf687..29d56b2f0 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/ReplacePlaceholderInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/ReplacePlaceholderInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/TenantLineInnerInterceptor.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/TenantLineInnerInterceptor.java index f20bc6637..86c5b578b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/TenantLineInnerInterceptor.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/inner/TenantLineInnerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/package-info.java index ee675a59d..2a683cbaf 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectFactory.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectFactory.java index b44e85ad0..c73190039 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectFactory.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectModel.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectModel.java index cb0693408..aab08bc67 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectModel.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/DialectModel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/Page.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/Page.java index 3fd0a60f3..8885abc6b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/Page.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/Page.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/PageDTO.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/PageDTO.java index c3501adc5..cee4cf544 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/PageDTO.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/PageDTO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/DB2Dialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/DB2Dialect.java index fa8fe778c..df0ca63c6 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/DB2Dialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/DB2Dialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/GBase8sDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/GBase8sDialect.java index a50564784..1785ffa4a 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/GBase8sDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/GBase8sDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/IDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/IDialect.java index a42b62f11..a36b85bea 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/IDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/IDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/InformixDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/InformixDialect.java index a1127ce22..c3b887b17 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/InformixDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/InformixDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/MySqlDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/MySqlDialect.java index 20eefd636..3bced4414 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/MySqlDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/MySqlDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/Oracle12cDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/Oracle12cDialect.java index dd7ccfd28..0c0a82ec7 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/Oracle12cDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/Oracle12cDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/OracleDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/OracleDialect.java index c02a0dfb7..627c0567b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/OracleDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/OracleDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/PostgreDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/PostgreDialect.java index 247cf06a1..9058a831a 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/PostgreDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/PostgreDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServer2005Dialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServer2005Dialect.java index 4e4458107..fc3a38d1f 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServer2005Dialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServer2005Dialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServerDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServerDialect.java index b89bc1377..ca0f76487 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServerDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SQLServerDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SybaseDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SybaseDialect.java index b9e688c6e..e4660f445 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SybaseDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/SybaseDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/XCloudDialect.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/XCloudDialect.java index a1f3b9d75..7f479406c 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/XCloudDialect.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/XCloudDialect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/package-info.java index 401959969..4773a7419 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/dialects/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/package-info.java index 8f7f44ad5..8199f55c4 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/plugins/pagination/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisFreeMarkerLanguageDriver.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisFreeMarkerLanguageDriver.java index 46dd2b103..d25e73fbe 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisFreeMarkerLanguageDriver.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisFreeMarkerLanguageDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisThymeleafLanguageDriver.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisThymeleafLanguageDriver.java index 5c44a9c45..1c643bf58 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisThymeleafLanguageDriver.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisThymeleafLanguageDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisVelocityLanguageDriver.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisVelocityLanguageDriver.java index 212cbf0b3..b923001a9 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisVelocityLanguageDriver.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/scripting/MybatisVelocityLanguageDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/IService.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/IService.java index d3f8f9afd..c9b828397 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/IService.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/IService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/ServiceImpl.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/ServiceImpl.java index 83496314f..b92ba9048 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/ServiceImpl.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/ServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/package-info.java index 0dab3df62..8e6be58a8 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/package-info.java index bc7b56634..92566b86c 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/service/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/MybatisSqlSessionFactoryBean.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/MybatisSqlSessionFactoryBean.java index c10ae122e..d2fdc7a2e 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/MybatisSqlSessionFactoryBean.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/MybatisSqlSessionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/package-info.java index 2f42f0801..d8d67ca04 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/spring/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/ChainWrappers.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/ChainWrappers.java index c27875a5c..b0439a377 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/ChainWrappers.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/ChainWrappers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/Db.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/Db.java index 02a89e3cc..8e62adeba 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/Db.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/Db.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/JdbcUtils.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/JdbcUtils.java index 8ac2a3f2b..54780960b 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/JdbcUtils.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/JdbcUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/PropertyMapper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/PropertyMapper.java index c9a5e0f39..b47609d7e 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/PropertyMapper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/PropertyMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SimpleQuery.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SimpleQuery.java index d68b8e972..3a0ebefb3 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SimpleQuery.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SimpleQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlHelper.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlHelper.java index 2b748bfcd..9fc0c55c2 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlHelper.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlParserUtils.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlParserUtils.java index 6d69e7eb6..f5f8b2eab 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlParserUtils.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlParserUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlRunner.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlRunner.java index edc2d07bc..b9834b6a0 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlRunner.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/SqlRunner.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/package-info.java b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/package-info.java index 2d0d45661..ad493b5b8 100644 --- a/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/package-info.java +++ b/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/toolkit/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/AbstractKtWrapper.kt b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/AbstractKtWrapper.kt index 6375364d0..8fb56783d 100644 --- a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/AbstractKtWrapper.kt +++ b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/AbstractKtWrapper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryChainWrapper.kt b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryChainWrapper.kt index 0162856a6..f4f6db721 100644 --- a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryChainWrapper.kt +++ b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryChainWrapper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryWrapper.kt b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryWrapper.kt index 0ad082cf0..3d8ec4b27 100644 --- a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryWrapper.kt +++ b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtQueryWrapper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateChainWrapper.kt b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateChainWrapper.kt index 2e4bc92ec..34ee8a1d4 100644 --- a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateChainWrapper.kt +++ b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateChainWrapper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateWrapper.kt b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateWrapper.kt index f72a05f41..e5ae21db8 100644 --- a/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateWrapper.kt +++ b/mybatis-plus-extension/src/main/kotlin/com/baomidou/mybatisplus/extension/kotlin/KtUpdateWrapper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/BaseTypeHandlerTest.java b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/BaseTypeHandlerTest.java index 9fab237e3..c8ab0e30f 100644 --- a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/BaseTypeHandlerTest.java +++ b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/BaseTypeHandlerTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.handlers; import org.mockito.Mock; diff --git a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisEnumTypeHandlerTest.java b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisEnumTypeHandlerTest.java index c3fdd2f6c..38e47ebc2 100644 --- a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisEnumTypeHandlerTest.java +++ b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisEnumTypeHandlerTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.handlers; import com.baomidou.mybatisplus.annotation.EnumValue; diff --git a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisMapWrapperTest.java b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisMapWrapperTest.java index c828050de..1f246a634 100644 --- a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisMapWrapperTest.java +++ b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/handlers/MybatisMapWrapperTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.handlers; import com.baomidou.mybatisplus.extension.handlers.MybatisMapWrapper; diff --git a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java index a9adf1df0..45001bb34 100644 --- a/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java +++ b/mybatis-plus-extension/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.pom; import jodd.io.FileUtil; diff --git a/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/User.kt b/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/User.kt index 6892e77c9..a7ffc874f 100644 --- a/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/User.kt +++ b/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/User.kt @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.kotlin import com.baomidou.mybatisplus.annotation.TableField diff --git a/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/WrapperTest.kt b/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/WrapperTest.kt index 9e3e89b61..66c734112 100644 --- a/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/WrapperTest.kt +++ b/mybatis-plus-extension/src/test/kotlin/com/baomidou/mybatisplus/test/kotlin/WrapperTest.kt @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.kotlin import com.baomidou.mybatisplus.core.MybatisConfiguration diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/AutoGenerator.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/AutoGenerator.java index 5a7a29dd3..e04e3d150 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/AutoGenerator.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/AutoGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/FastAutoGenerator.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/FastAutoGenerator.java index a245d8436..9bdbcbe80 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/FastAutoGenerator.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/FastAutoGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/IFill.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/IFill.java index 92e439a59..c12d07a9f 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/IFill.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/IFill.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/ITemplate.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/ITemplate.java index 6959fb5ed..bf29864d6 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/ITemplate.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/ITemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ConstVal.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ConstVal.java index 0ad2a1e8a..2625a7789 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ConstVal.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ConstVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/DataSourceConfig.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/DataSourceConfig.java index 9421b4a10..b695ae1ba 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/DataSourceConfig.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/DataSourceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/GlobalConfig.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/GlobalConfig.java index 5204935ed..c7025dffa 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/GlobalConfig.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/GlobalConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IConfigBuilder.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IConfigBuilder.java index 2cd4bccb3..4b152225b 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IConfigBuilder.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IConfigBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IDbQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IDbQuery.java index 29157cee9..1e84f63de 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IDbQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IDbQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IKeyWordsHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IKeyWordsHandler.java index 0588d5efc..c7f05e46d 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IKeyWordsHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IKeyWordsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/INameConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/INameConvert.java index 6b33b3c27..7ad473bd4 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/INameConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/INameConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IOutputFile.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IOutputFile.java index b7079ddcd..fbaccc5f1 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IOutputFile.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/IOutputFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ITypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ITypeConvert.java index 41cbbc517..1e98bef38 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ITypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/ITypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/InjectionConfig.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/InjectionConfig.java index 194d8f21f..a289e1aba 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/InjectionConfig.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/InjectionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/OutputFile.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/OutputFile.java index 7ecda74d2..98aff1d36 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/OutputFile.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/OutputFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/PackageConfig.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/PackageConfig.java index 6c89db695..f6b232a92 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/PackageConfig.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/PackageConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/StrategyConfig.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/StrategyConfig.java index bc93deac2..4019c9e2e 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/StrategyConfig.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/StrategyConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateConfig.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateConfig.java index dbcb09f0c..ddba48188 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateConfig.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateType.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateType.java index d0f20c561..2e65ba553 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateType.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/TemplateType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/BaseBuilder.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/BaseBuilder.java index 0fb398cf8..ede77dd76 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/BaseBuilder.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/BaseBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/ConfigBuilder.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/ConfigBuilder.java index a61c9fa63..9fc0ef2da 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/ConfigBuilder.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/ConfigBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Controller.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Controller.java index e494f3dbe..4e1d12a6c 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Controller.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Controller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/CustomFile.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/CustomFile.java index 0e3f7293a..95b2d338a 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/CustomFile.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/CustomFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Entity.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Entity.java index 2750851af..1510eb56a 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Entity.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Entity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/GeneratorBuilder.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/GeneratorBuilder.java index 1d8e9b7d8..62008133a 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/GeneratorBuilder.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/GeneratorBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Mapper.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Mapper.java index e243d3fc9..f49d5b3c7 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Mapper.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Mapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/PathInfoHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/PathInfoHandler.java index fa3e19e07..3447d9077 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/PathInfoHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/PathInfoHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Service.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Service.java index 473e8aa33..fe07f7b29 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Service.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/Service.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/package-info.java index ef205ea6c..100a88232 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/builder/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/ClickHouseTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/ClickHouseTypeConvert.java index eadc1b4ab..a92b814df 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/ClickHouseTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/ClickHouseTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DB2TypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DB2TypeConvert.java index 1543eb29f..9ad599518 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DB2TypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DB2TypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DmTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DmTypeConvert.java index 06a05244a..1c652a61c 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DmTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/DmTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/FirebirdTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/FirebirdTypeConvert.java index d08626ff8..4c6fffc6a 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/FirebirdTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/FirebirdTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/KingbaseESTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/KingbaseESTypeConvert.java index 96439c966..2dd5d8893 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/KingbaseESTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/KingbaseESTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/MySqlTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/MySqlTypeConvert.java index 2b6e7b5a9..5dc01a8e1 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/MySqlTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/MySqlTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OracleTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OracleTypeConvert.java index dbd07bbb4..79f3e5838 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OracleTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OracleTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OscarTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OscarTypeConvert.java index 35b9a9ae0..4836e28da 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OscarTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/OscarTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/PostgreSqlTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/PostgreSqlTypeConvert.java index f7f5e83ae..bea82ba87 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/PostgreSqlTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/PostgreSqlTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqlServerTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqlServerTypeConvert.java index d3076e541..5cacbc4d6 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqlServerTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqlServerTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqliteTypeConvert.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqliteTypeConvert.java index 3d3467a13..823c8ecd7 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqliteTypeConvert.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/SqliteTypeConvert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/TypeConverts.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/TypeConverts.java index 6b3c963d8..6181cbaa9 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/TypeConverts.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/TypeConverts.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/package-info.java index a8066dda3..00455b055 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Branch.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Branch.java index 4a4c5c651..436b456a5 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Branch.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Branch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/BranchBuilder.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/BranchBuilder.java index 6b7bea3a9..373be74db 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/BranchBuilder.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/BranchBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Selector.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Selector.java index 43218f5ea..6142b58a6 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Selector.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/converts/select/Selector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/package-info.java index cd1f76918..1c8dcbb6c 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/LikeTable.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/LikeTable.java index bad393e23..f783a49cd 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/LikeTable.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/LikeTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableField.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableField.java index fb4608314..2eab6e830 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableField.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableField.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableInfo.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableInfo.java index 1a315155c..f5a17ba4d 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableInfo.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/TableInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/package-info.java index 53e28795c..58995de43 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/po/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/AbstractDbQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/AbstractDbQuery.java index 884863343..ef96fad6b 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/AbstractDbQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/AbstractDbQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/ClickHouseQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/ClickHouseQuery.java index 171a985ce..4a54516d6 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/ClickHouseQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/ClickHouseQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DB2Query.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DB2Query.java index 9c832dea5..d876dd6ae 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DB2Query.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DB2Query.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DMQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DMQuery.java index f84bb6a9c..872266af8 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DMQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DMQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryDecorator.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryDecorator.java index 378a95fb5..2a3bf8aa0 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryDecorator.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryRegistry.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryRegistry.java index 3b366c38f..453b836d8 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryRegistry.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/DbQueryRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/FirebirdQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/FirebirdQuery.java index 29a4d870f..35baeb30e 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/FirebirdQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/FirebirdQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GaussQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GaussQuery.java index c5e4bf833..737f20ebe 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GaussQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GaussQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GbaseQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GbaseQuery.java index 7abf7f820..66b1feb7f 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GbaseQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/GbaseQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/H2Query.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/H2Query.java index 69d5095c3..d301f4d04 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/H2Query.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/H2Query.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/KingbaseESQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/KingbaseESQuery.java index 5c7bb7d5a..8d9f1dc30 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/KingbaseESQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/KingbaseESQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MariadbQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MariadbQuery.java index bcee00fb0..1597fb618 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MariadbQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MariadbQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MySqlQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MySqlQuery.java index 1ca9b49e9..aba6c8b2c 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MySqlQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/MySqlQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OracleQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OracleQuery.java index 8d0f18b0e..b72c6a619 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OracleQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OracleQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OscarQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OscarQuery.java index 47ad77ff3..42adb1e76 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OscarQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/OscarQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/PostgreSqlQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/PostgreSqlQuery.java index f8124e580..414005370 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/PostgreSqlQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/PostgreSqlQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqlServerQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqlServerQuery.java index 5f57f4d57..32be67a59 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqlServerQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqlServerQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqliteQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqliteQuery.java index 1db085e65..a653dd02c 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqliteQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SqliteQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SybaseQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SybaseQuery.java index 63459ecea..eb833f325 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SybaseQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/SybaseQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/XuguQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/XuguQuery.java index 9868d579a..d5a6318ce 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/XuguQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/XuguQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/package-info.java index 1db98ca34..9c3e6d73a 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/querys/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DateType.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DateType.java index 9775e0e32..ac44f3a61 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DateType.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DateType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DbColumnType.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DbColumnType.java index 161d7969b..10945473c 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DbColumnType.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/DbColumnType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/IColumnType.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/IColumnType.java index b74708a49..5b25a907b 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/IColumnType.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/IColumnType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/NamingStrategy.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/NamingStrategy.java index 356fe47c3..c534bbb38 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/NamingStrategy.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/NamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/package-info.java index 7f85a802c..12f0ae0fc 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/rules/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/AbstractTemplateEngine.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/AbstractTemplateEngine.java index 6e1738ef9..12b35f3fa 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/AbstractTemplateEngine.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/AbstractTemplateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/BeetlTemplateEngine.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/BeetlTemplateEngine.java index 62048d0ea..c49c0155e 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/BeetlTemplateEngine.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/BeetlTemplateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/EnjoyTemplateEngine.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/EnjoyTemplateEngine.java index 66874ceb8..4d0359af6 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/EnjoyTemplateEngine.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/EnjoyTemplateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/FreemarkerTemplateEngine.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/FreemarkerTemplateEngine.java index a3f13e64c..ed6fbcbe8 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/FreemarkerTemplateEngine.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/FreemarkerTemplateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/VelocityTemplateEngine.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/VelocityTemplateEngine.java index c2f5c9edb..97aada91e 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/VelocityTemplateEngine.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/engine/VelocityTemplateEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Column.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Column.java index 1e709a94a..5045089a1 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Column.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Column.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Property.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Property.java index 8df392b99..1ba30b714 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Property.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/fill/Property.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/function/ConverterFileName.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/function/ConverterFileName.java index 47665762e..f43faad44 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/function/ConverterFileName.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/function/ConverterFileName.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/jdbc/DatabaseMetaDataWrapper.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/jdbc/DatabaseMetaDataWrapper.java index 8d40cad03..4a6dcd019 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/jdbc/DatabaseMetaDataWrapper.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/jdbc/DatabaseMetaDataWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/BaseKeyWordsHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/BaseKeyWordsHandler.java index be296ae5a..6e92dbdfb 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/BaseKeyWordsHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/BaseKeyWordsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/H2KeyWordsHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/H2KeyWordsHandler.java index 647ce52c3..94e194920 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/H2KeyWordsHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/H2KeyWordsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/MySqlKeyWordsHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/MySqlKeyWordsHandler.java index 60777e644..d6ba1c5e0 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/MySqlKeyWordsHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/MySqlKeyWordsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/PostgreSqlKeyWordsHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/PostgreSqlKeyWordsHandler.java index 99ab800c3..21e2e39f1 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/PostgreSqlKeyWordsHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/PostgreSqlKeyWordsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/package-info.java index ef99574cb..4555dd093 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/keywords/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/package-info.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/package-info.java index 42ab03fb3..7bdcc3bde 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/package-info.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/AbstractDatabaseQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/AbstractDatabaseQuery.java index 9aa3c1e96..1710e08be 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/AbstractDatabaseQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/AbstractDatabaseQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/DefaultQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/DefaultQuery.java index 31a5e2821..4cf9aefae 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/DefaultQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/DefaultQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/IDatabaseQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/IDatabaseQuery.java index 8b6e0edb3..9205c7411 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/IDatabaseQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/IDatabaseQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/SQLQuery.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/SQLQuery.java index 21b403fae..e5d22c1c5 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/SQLQuery.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/query/SQLQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/ITypeConvertHandler.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/ITypeConvertHandler.java index 140df8845..5ac2867cf 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/ITypeConvertHandler.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/ITypeConvertHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/TypeRegistry.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/TypeRegistry.java index 2b350a579..7a3e1117b 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/TypeRegistry.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/type/TypeRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/ClassUtils.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/ClassUtils.java index 77bdef544..311712843 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/ClassUtils.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/FileUtils.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/FileUtils.java index 5876e4cb5..551bada31 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/FileUtils.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/RuntimeUtils.java b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/RuntimeUtils.java index 3006ead3c..370af4c35 100644 --- a/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/RuntimeUtils.java +++ b/mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/util/RuntimeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/config/StrategyConfigTest.java b/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/config/StrategyConfigTest.java index 84ef066fa..c57bf1024 100644 --- a/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/config/StrategyConfigTest.java +++ b/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/config/StrategyConfigTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.generator.config; import com.baomidou.mybatisplus.annotation.FieldFill; diff --git a/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/BaseEntity.java b/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/BaseEntity.java index 3addb841c..69e1ae4ca 100644 --- a/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/BaseEntity.java +++ b/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/BaseEntity.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2021, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.generator.entity; import java.util.Date; diff --git a/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/SuperEntity.java b/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/SuperEntity.java index 08b14e612..87e8bff12 100644 --- a/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/SuperEntity.java +++ b/mybatis-plus-generator/src/test/java/com/baomidou/mybatisplus/generator/entity/SuperEntity.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2021, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.generator.entity; import java.io.Serializable; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/DbTypeTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/DbTypeTest.java index 347494b61..5f9e8e33b 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/DbTypeTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/DbTypeTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.annotation.DbType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/MybatisTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/MybatisTest.java index 907d579b5..f4febee6b 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/MybatisTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/MybatisTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.core.MybatisSqlSessionFactoryBuilder; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/ActiveRecordTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/ActiveRecordTest.java index 78fe9f50a..2a6bea82a 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/ActiveRecordTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/ActiveRecordTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/BaseTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/BaseTest.java index 91a6ce206..9bcefd753 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/BaseTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/BaseTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.test.h2.entity.H2User; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2Delete1Eq1Test.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2Delete1Eq1Test.java index 3bbe75744..4d35486bd 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2Delete1Eq1Test.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2Delete1Eq1Test.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2LogicDeleteTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2LogicDeleteTest.java index 2e5c86443..1de142374 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2LogicDeleteTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2LogicDeleteTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.test.h2.entity.H2User; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2MetaObjectHandler.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2MetaObjectHandler.java index 972237a61..e5eb10ad4 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2MetaObjectHandler.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2MetaObjectHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2StudentMapperTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2StudentMapperTest.java index d4260ec74..cdd6e7d5a 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2StudentMapperTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2StudentMapperTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserMapperTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserMapperTest.java index 47e1cc025..a4fdb6eee 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserMapperTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserMapperTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.batch.MybatisBatch; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserStrategyTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserStrategyTest.java index 749de3355..377a65efb 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserStrategyTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserStrategyTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserTest.java index 392ff0c5d..35b72f304 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/H2UserTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import java.math.BigDecimal; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/MybatisMapperRegistryTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/MybatisMapperRegistryTest.java index 658401173..8019b0ea9 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/MybatisMapperRegistryTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/MybatisMapperRegistryTest.java @@ -1,19 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ - package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.MybatisMapperRegistry; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/SqlRunnerTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/SqlRunnerTest.java index b99372e3c..590839fe3 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/SqlRunnerTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/SqlRunnerTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/TestXmlConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/TestXmlConfig.java index 05f6076a3..42c73f7a3 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/TestXmlConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/TestXmlConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2; import com.baomidou.mybatisplus.test.h2.entity.H2User; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/CacheConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/CacheConfig.java index 536fcd4dc..b7d3a2771 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/CacheConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/CacheConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.cache; import com.baomidou.mybatisplus.core.MybatisConfiguration; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/mapper/CacheMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/mapper/CacheMapper.java index 786eace31..1f33c44ee 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/mapper/CacheMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/mapper/CacheMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.cache.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/model/CacheModel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/model/CacheModel.java index 84b3e4547..9941403de 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/model/CacheModel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/cache/model/CacheModel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.cache.model; import com.baomidou.mybatisplus.annotation.TableName; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/DBConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/DBConfig.java index 1c7d28851..9d561a7c2 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/DBConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/DBConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.config; import org.h2.Driver; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfig.java index 3d077fe22..c61aaf57f 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.config; import com.baomidou.mybatisplus.annotation.FieldFill; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfigLogicDelete.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfigLogicDelete.java index ddf0d44c7..9264a1661 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfigLogicDelete.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisPlusConfigLogicDelete.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.config; import com.baomidou.mybatisplus.annotation.FieldFill; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisXmlConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisXmlConfig.java index b86917de1..dd12200ab 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisXmlConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/config/MybatisXmlConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.config; import com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Addr.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Addr.java index 7b8ea4a11..841864bb9 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Addr.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Addr.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.TableField; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Student.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Student.java index ba6c11663..a1daa6516 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Student.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2Student.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2User.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2User.java index 839e5026a..62284959e 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2User.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2User.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import java.math.BigDecimal; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserLogicDelete.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserLogicDelete.java index cc7fba186..4330de1a6 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserLogicDelete.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserLogicDelete.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.*; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserStrategy.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserStrategy.java index 94396b8b6..54df58b7a 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserStrategy.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/H2UserStrategy.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.*; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntity.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntity.java index bb3b9180e..956913cfb 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntity.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntity.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.FieldFill; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntityCamel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntityCamel.java index df93f8d3d..66bb1f6fc 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntityCamel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuSuperEntityCamel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.FieldFill; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntity.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntity.java index 9c075117c..0f69fcf7c 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntity.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntity.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.TableId; @@ -37,7 +22,7 @@ public class SuperEntity extends SuSuperEntity implements Serializable { * serialVersionUID */ private static final long serialVersionUID = -3111558058262086115L; - + /* 主键ID 注解,value 字段名,type 用户输入ID */ @TableId private Long testId; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntityCamel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntityCamel.java index 1b789c1cc..a2c851ed6 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntityCamel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/entity/SuperEntityCamel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.entity; import com.baomidou.mybatisplus.annotation.TableId; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/AgeEnum.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/AgeEnum.java index f6c751aab..8921c7de6 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/AgeEnum.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/AgeEnum.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.enums; import com.baomidou.mybatisplus.annotation.IEnum; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GenderEnum.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GenderEnum.java index 96ec2d7c6..d5edac18d 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GenderEnum.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GenderEnum.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.enums; /** diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GradeEnum.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GradeEnum.java index d35731e39..96ed944e1 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GradeEnum.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/enums/GradeEnum.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.enums; import com.baomidou.mybatisplus.annotation.EnumValue; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/KeyGeneratorConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/KeyGeneratorConfig.java index 648659427..4e6de4922 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/KeyGeneratorConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/KeyGeneratorConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator; import com.baomidou.mybatisplus.annotation.DbType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/ExtendKeyGeneratorMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/ExtendKeyGeneratorMapper.java index aaad5c71f..a80c9f37c 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/ExtendKeyGeneratorMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/ExtendKeyGeneratorMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/IntegerKeyGeneratorMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/IntegerKeyGeneratorMapper.java index b92f68eaa..f47d6d3af 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/IntegerKeyGeneratorMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/IntegerKeyGeneratorMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/KeyGeneratorMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/KeyGeneratorMapper.java index 01412708e..04701db06 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/KeyGeneratorMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/KeyGeneratorMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/LongKeyGeneratorMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/LongKeyGeneratorMapper.java index eaf7a4ad9..adb422430 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/LongKeyGeneratorMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/LongKeyGeneratorMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/StringKeyGeneratorMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/StringKeyGeneratorMapper.java index 62580c62b..44dd141b2 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/StringKeyGeneratorMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/mapper/StringKeyGeneratorMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/BaseMode.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/BaseMode.java index 4a73ad76f..cc76dcfcb 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/BaseMode.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/BaseMode.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.model; import com.baomidou.mybatisplus.annotation.KeySequence; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/ExtendKeyGeneratorModel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/ExtendKeyGeneratorModel.java index 2b2ac0a0e..27ad2cbd5 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/ExtendKeyGeneratorModel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/ExtendKeyGeneratorModel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.model; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/IntegerKeyGeneratorModel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/IntegerKeyGeneratorModel.java index 09b967299..2425329bc 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/IntegerKeyGeneratorModel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/IntegerKeyGeneratorModel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.model; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/KeyGeneratorModel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/KeyGeneratorModel.java index 66c7cbda9..759db541c 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/KeyGeneratorModel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/KeyGeneratorModel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.model; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/LongKeyGeneratorModel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/LongKeyGeneratorModel.java index 808ab425e..e1fda3f3d 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/LongKeyGeneratorModel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/LongKeyGeneratorModel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.model; import com.baomidou.mybatisplus.annotation.*; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/StringKeyGeneratorModel.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/StringKeyGeneratorModel.java index 96f080879..d0f9d9ffc 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/StringKeyGeneratorModel.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/keygenerator/model/StringKeyGeneratorModel.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.keygenerator.model; import com.baomidou.mybatisplus.annotation.IdType; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2StudentMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2StudentMapper.java index 47e18c2c2..9f17131c4 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2StudentMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2StudentMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.mapper; import com.baomidou.mybatisplus.test.h2.entity.H2Student; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserLogicDeleteMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserLogicDeleteMapper.java index 0ba8e6024..dbaeafc09 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserLogicDeleteMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserLogicDeleteMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.mapper; import com.baomidou.mybatisplus.test.h2.entity.H2UserLogicDelete; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserMapper.java index 736306bce..400448b79 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.mapper; import java.util.List; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserStrategyMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserStrategyMapper.java index 9e2827d65..380c1283d 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserStrategyMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/H2UserStrategyMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.mapper; import com.baomidou.mybatisplus.test.h2.entity.H2UserStrategy; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/SuperMapper.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/SuperMapper.java index 0119388d0..8a83e51a2 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/SuperMapper.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/mapper/SuperMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.mapper; import org.apache.ibatis.annotations.Param; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2StudentService.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2StudentService.java index d59145031..896c45dbf 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2StudentService.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2StudentService.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.service; import com.baomidou.mybatisplus.extension.service.IService; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2UserService.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2UserService.java index fdf18b479..94f9d2426 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2UserService.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/IH2UserService.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.service; import com.baomidou.mybatisplus.core.conditions.Wrapper; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2StudentServiceImpl.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2StudentServiceImpl.java index 0ab386d33..4271ac378 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2StudentServiceImpl.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2StudentServiceImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.service.impl; import com.baomidou.mybatisplus.core.exceptions.MybatisPlusException; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2UserServiceImpl.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2UserServiceImpl.java index b336539ea..315027f2f 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2UserServiceImpl.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/h2/service/impl/H2UserServiceImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.h2.service.impl; import com.baomidou.mybatisplus.core.batch.MybatisBatch; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/DBConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/DBConfig.java index e293d3155..fc9d28be6 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/DBConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/DBConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.phoenix.config; import org.springframework.context.annotation.Bean; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/MybatisPlusConfig.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/MybatisPlusConfig.java index 380cc1162..a2e112508 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/MybatisPlusConfig.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/phoenix/config/MybatisPlusConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.phoenix.config; import com.baomidou.mybatisplus.core.MybatisConfiguration; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java index 6d9379ac0..f1dc47ef6 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2019, hubin (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.pom; import jodd.io.FileUtil; diff --git a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/reflection/ExampleObjectFactory.java b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/reflection/ExampleObjectFactory.java index 6fd6946a1..5f1ccda53 100644 --- a/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/reflection/ExampleObjectFactory.java +++ b/mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/reflection/ExampleObjectFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.reflection; import org.apache.ibatis.reflection.factory.DefaultObjectFactory; diff --git a/settings.gradle b/settings.gradle index 78b68a7ef..e366eb47d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,6 @@ buildscript { dependencies { //noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23" - classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1" classpath "io.freefair.gradle:lombok-plugin:8.6" } } diff --git a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java index 28d2e0dd1..9322a39c5 100644 --- a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java +++ b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties; @@ -25,7 +10,7 @@ import org.junit.jupiter.api.Test; * @author nieqiurong 2019/5/4. */ class MybatisPlusPropertiesTest { - + @Test void resolveMapperLocationsTest() { MybatisPlusProperties mybatisPlusProperties = new MybatisPlusProperties(); @@ -36,5 +21,5 @@ class MybatisPlusPropertiesTest { mybatisPlusProperties.setMapperLocations(new String[]{"classpath:mybatis-plus/*.xml"}); Assertions.assertEquals(mybatisPlusProperties.resolveMapperLocations().length, 0); } - + } diff --git a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java index 099f61507..08a7789fa 100644 --- a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java +++ b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.entity; import lombok.Data; @@ -22,9 +7,9 @@ import lombok.Data; */ @Data public class Test { - + private Long id; - + private String name; - + } diff --git a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java index dbb9b6214..7b6707ad7 100644 --- a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java +++ b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java index a3afd66d9..a9258addc 100644 --- a/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java +++ b/spring-boot-starter/mybatis-plus-boot-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.pom; import jodd.io.FileUtil; diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/ConfigurationCustomizer.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/ConfigurationCustomizer.java index df933e797..cb0010c47 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/ConfigurationCustomizer.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/ConfigurationCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/DdlApplicationRunner.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/DdlApplicationRunner.java index 77c7f0110..df0c9c6ef 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/DdlApplicationRunner.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/DdlApplicationRunner.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/IdentifierGeneratorAutoConfiguration.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/IdentifierGeneratorAutoConfiguration.java index 8efe78c3a..833ed917e 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/IdentifierGeneratorAutoConfiguration.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/IdentifierGeneratorAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisDependsOnDatabaseInitializationDetector.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisDependsOnDatabaseInitializationDetector.java index 1013bf27b..9439e0595 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisDependsOnDatabaseInitializationDetector.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisDependsOnDatabaseInitializationDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.java index 703918156..451d64d0a 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusInnerInterceptorAutoConfiguration.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusInnerInterceptorAutoConfiguration.java index 753346fec..075ec989c 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusInnerInterceptorAutoConfiguration.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusInnerInterceptorAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusLanguageDriverAutoConfiguration.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusLanguageDriverAutoConfiguration.java index 2dbf4b8b0..d0fed3e5f 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusLanguageDriverAutoConfiguration.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusLanguageDriverAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusProperties.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusProperties.java index d3f4d446c..b82edc97c 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusProperties.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusPropertiesCustomizer.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusPropertiesCustomizer.java index f644887f7..42d15bf28 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusPropertiesCustomizer.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/MybatisPlusPropertiesCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SafetyEncryptProcessor.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SafetyEncryptProcessor.java index 08a307112..fc4580ddb 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SafetyEncryptProcessor.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SafetyEncryptProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SpringBootVFS.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SpringBootVFS.java index 754d3b4cd..06f001d0f 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SpringBootVFS.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SpringBootVFS.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SqlSessionFactoryBeanCustomizer.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SqlSessionFactoryBeanCustomizer.java index 2eafea0c6..89506f26b 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SqlSessionFactoryBeanCustomizer.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/SqlSessionFactoryBeanCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/package-info.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/package-info.java index 5cc1c08a6..e9bed2b6e 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/package-info.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/main/java/com/baomidou/mybatisplus/autoconfigure/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/test/java/com/baomidou/mybatisplus/test/MetadataTest.java b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/test/java/com/baomidou/mybatisplus/test/MetadataTest.java index 476c43cff..9479cc83e 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/test/java/com/baomidou/mybatisplus/test/MetadataTest.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-autoconfigure/src/test/java/com/baomidou/mybatisplus/test/MetadataTest.java @@ -1,24 +1,8 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration; import com.baomidou.mybatisplus.autoconfigure.MybatisPlusLanguageDriverAutoConfiguration; import com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties; -import com.baomidou.mybatisplus.core.MybatisConfiguration; import com.baomidou.mybatisplus.core.config.GlobalConfig; import com.jayway.jsonpath.DocumentContext; import com.jayway.jsonpath.JsonPath; diff --git a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/AutoConfigureMybatisPlus.java b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/AutoConfigureMybatisPlus.java index 2b5eecbcf..40773ccb7 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/AutoConfigureMybatisPlus.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/AutoConfigureMybatisPlus.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTest.java b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTest.java index 36c2f345b..f6a2120ff 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTest.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTestContextBootstrapper.java b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTestContextBootstrapper.java index 419a0a242..e706c8b00 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTestContextBootstrapper.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTestContextBootstrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTypeExcludeFilter.java b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTypeExcludeFilter.java index d726c1a39..dd0b3a1c5 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTypeExcludeFilter.java +++ b/spring-boot-starter/mybatis-plus-spring-boot-test-autoconfigure/src/main/java/com/baomidou/mybatisplus/test/autoconfigure/MybatisPlusTypeExcludeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023, baomidou (jobob@qq.com). + * Copyright (c) 2011-2024, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java index 28d2e0dd1..9322a39c5 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java +++ b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/MybatisPlusPropertiesTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test; import com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties; @@ -25,7 +10,7 @@ import org.junit.jupiter.api.Test; * @author nieqiurong 2019/5/4. */ class MybatisPlusPropertiesTest { - + @Test void resolveMapperLocationsTest() { MybatisPlusProperties mybatisPlusProperties = new MybatisPlusProperties(); @@ -36,5 +21,5 @@ class MybatisPlusPropertiesTest { mybatisPlusProperties.setMapperLocations(new String[]{"classpath:mybatis-plus/*.xml"}); Assertions.assertEquals(mybatisPlusProperties.resolveMapperLocations().length, 0); } - + } diff --git a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java index 099f61507..08a7789fa 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java +++ b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/entity/Test.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.entity; import lombok.Data; @@ -22,9 +7,9 @@ import lombok.Data; */ @Data public class Test { - + private Long id; - + private String name; - + } diff --git a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java index dbb9b6214..7b6707ad7 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java +++ b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/mapper/TestMapper.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; diff --git a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java index 394827490..502886609 100644 --- a/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java +++ b/spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2011-2020, baomidou (jobob@qq.com). - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * https://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.baomidou.mybatisplus.test.pom; import jodd.io.FileUtil;