wu-database-lazy-orm-lambda
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.wu2020</groupId> <artifactId>wu-database-lazy-orm-lambda</artifactId> <version>1.3.3-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-database-parent</artifactId> <groupId>top.wu2020</groupId> <version>1.3.3-JDK24</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wu-database-lazy-orm-lambda</artifactId> <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> <dependencies> <!-- lazy datasource --> <dependency> <groupId>top.wu2020</groupId> <artifactId>wu-database-lazy-datasource-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.19.1</version> </dependency> <dependency> <groupId>top.wu2020</groupId> <artifactId>wu-database-lazy-orm-core</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>