mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
版本
This commit is contained in:
parent
fadcad436d
commit
89a6dfd4aa
@ -7,9 +7,9 @@
|
||||
<parent>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-root</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</parent>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
<artifactId>mybatis-plus-join-annotation</artifactId>
|
||||
<name>mybatis-plus-join-annotation</name>
|
||||
|
||||
|
@ -7,11 +7,11 @@
|
||||
<parent>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-root</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</parent>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||
<name>mybatis-plus-join-boot-starter</name>
|
||||
<name>mybatis-plus-join-boot</name>
|
||||
|
||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||
<url>https://github.com/yulichang/mybatis-plus-join</url>
|
||||
@ -47,7 +47,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-core</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -37,7 +37,7 @@ import java.util.List;
|
||||
* springboot 自动配置类
|
||||
*
|
||||
* @author yulichang
|
||||
* @since 2.0.0
|
||||
* @since 1.3.7
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
|
@ -8,7 +8,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* 配置类
|
||||
*
|
||||
* @author yulichang
|
||||
* @since 2.0.0
|
||||
* @since 1.3.7
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
@ -7,9 +7,9 @@
|
||||
<parent>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-root</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</parent>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
<artifactId>mybatis-plus-join-core</artifactId>
|
||||
<name>mybatis-plus-join-core</name>
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-annotation</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
|
@ -2,7 +2,7 @@ package com.github.yulichang.config;
|
||||
|
||||
/**
|
||||
* @author yulichang
|
||||
* @since 2.0.0
|
||||
* @since 1.3.7
|
||||
*/
|
||||
public class ConfigProperties {
|
||||
public static boolean subTableLogic = true;
|
||||
|
@ -28,7 +28,7 @@ public class InterceptorConfig {
|
||||
//打印banner
|
||||
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
|
||||
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
|
||||
" / | / 2.0.0");
|
||||
" / | / 1.3.8");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
* 逻辑删除信息类
|
||||
*
|
||||
* @author yulichang
|
||||
* @since 2.0.0
|
||||
* @since 1.3.7
|
||||
*/
|
||||
public class LogicInfoUtils implements Constants {
|
||||
|
||||
|
@ -12,7 +12,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
* 反射工具类
|
||||
*
|
||||
* @author yulichang
|
||||
* @since 2.0.0
|
||||
* @since 1.3.7
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public final class MPJReflectionKit {
|
||||
|
@ -7,9 +7,9 @@
|
||||
<parent>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-root</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</parent>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
<artifactId>mybatis-plus-join-test</artifactId>
|
||||
<name>mybatis-plus-join-test</name>
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
</dependency>
|
||||
<!-- PageHelper 兼容性测试 -->
|
||||
<!-- <dependency>-->
|
||||
|
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-root</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>2.0.0</version>
|
||||
<version>1.3.8</version>
|
||||
<name>mybatis-plus-join-root</name>
|
||||
|
||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||
@ -33,7 +33,7 @@
|
||||
<module>mybatis-plus-join-boot-starter</module>
|
||||
<module>mybatis-plus-join-core</module>
|
||||
<module>mybatis-plus-join-annotation</module>
|
||||
<module>mybatis-plus-join-test</module>
|
||||
<module>mybatis-plus-join</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user