lego-orm-spring-boot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cloud-lego.spring.boot</groupId>
<artifactId>lego-orm-spring-boot</artifactId>
<version>0.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.cloud-lego.spring.boot</groupId>
<artifactId>lego-spring-boot-starter</artifactId>
<version>0.0.2</version>
</parent>
<artifactId>lego-orm-spring-boot</artifactId>
<version>0.0.2</version>
<packaging>pom</packaging>
<description>Cloud Lego ORM Parent For Spring Boot</description>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>Andy</id>
<name>安迪</name>
<email>qiutanghanya@126.com</email>
</developer>
</developers>
<modules>
<module>lego-orm-spring-boot-autoconfigure</module>
<module>lego-orm-spring-boot-core</module>
<module>lego-orm-spring-boot-starter</module>
</modules>
</project>