risenet-y9boot-3rd-jpa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-3rd-jpa</artifactId> <version>v9.6.6.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>net.risesoft</groupId> <artifactId>y9-digitalbase-common</artifactId> <version>v9.6.6.2</version> </parent> <artifactId>risenet-y9boot-3rd-jpa</artifactId> <version>v9.6.6.2</version> <name>risenet-y9boot-3rd-jpa</name> <description>RiseSoft/Digital Infrastructure extend for JpaRepositories</description> <url>https://gitee.com/risesoft-y9/y9-core/y9-digitalbase-common/risenet-y9boot-3rd-jpa</url> <licenses> <license> <name>GNU General Public License (GPL) version 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>dingzhaojun</name> <email>dingzhaojun@risesoft.net</email> <organization>risesoft</organization> <organizationUrl>https://www.risesoft.net</organizationUrl> </developer> <developer> <name>qinman</name> <email>qinman@risesoft.net</email> <organization>risesoft</organization> <organizationUrl>https://www.risesoft.net</organizationUrl> </developer> <developer> <name>shidaobang</name> <email>shidaobang@risesoft.net</email> <organization>risesoft</organization> <organizationUrl>https://www.risesoft.net</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://gitee.com/risesoft-y9/y9-core.git</connection> <developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-core.git</developerConnection> <url>https://gitee.com/risesoft-y9/y9-core</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <exclusions> <exclusion> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>