wu-framework-plus
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-framework-plus</artifactId>
<version>1.3.6-JDK24</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wu-framework-parent</artifactId>
<groupId>top.wu2020</groupId>
<version>1.3.6-JDK24</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wu-framework-plus</artifactId>
<packaging>pom</packaging>
<description>${artifactId}</description>
<name>${artifactId}</name>
<url>https://gitee.com/wujiawei1207537021/wu-framework-parent</url>
<!-->开发者的信息<-->
<developers>
<developer>
<name>Jia Wei Wu</name>
<email>1207537021@qq.com</email>
</developer>
</developers>
<!-->项目的版本管理地址<-->
<scm>
<url>https://gitee.com/wujiawei1207537021/wu-framework-parent</url>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<modules>
<module>wu-database-lazy-orm-plus-starter</module>
<module>wu-database-lazy-orm-mybatis-cure-plus-starter</module>
<module>wu-database-lazy-table-structure-plus-starter</module>
<module>wu-database-lazy-seata-cure-plus-starter</module>
<module>wu-springdoc-compatible-swagger-plus-starter</module>
<module>wu-spring-online-doc-plus-starter</module>
<module>wu-database-lazy-orm-druid-plus-starter</module>
<module>wu-config2md-plus-starter</module>
</modules>
</project>