mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
pom
This commit is contained in:
parent
c3e10d83ec
commit
6d20f61496
@ -4,7 +4,11 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
|
<version>1.3.8</version>
|
||||||
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.3.8</version>
|
<version>1.3.8</version>
|
||||||
@ -43,6 +47,7 @@
|
|||||||
|
|
||||||
<jdkVersion>1.8</jdkVersion>
|
<jdkVersion>1.8</jdkVersion>
|
||||||
<jdkVersion.test>1.8</jdkVersion.test>
|
<jdkVersion.test>1.8</jdkVersion.test>
|
||||||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<github.global.server>github</github.global.server>
|
<github.global.server>github</github.global.server>
|
||||||
|
1
pom.xml
1
pom.xml
@ -33,6 +33,7 @@
|
|||||||
<module>mybatis-plus-join-boot-starter</module>
|
<module>mybatis-plus-join-boot-starter</module>
|
||||||
<module>mybatis-plus-join-core</module>
|
<module>mybatis-plus-join-core</module>
|
||||||
<module>mybatis-plus-join-annotation</module>
|
<module>mybatis-plus-join-annotation</module>
|
||||||
|
<module>mybatis-plus-join-test</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user