risenet-y9boot-support-platform-jpa-repository
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.risesoft</groupId>
<artifactId>risenet-y9boot-support-platform-jpa-repository</artifactId>
<version>9.7.0-RC3</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-parent</artifactId>
<version>9.7.0-RC3</version>
<relativePath>../../../y9-digitalbase-parent/pom.xml</relativePath>
</parent>
<artifactId>risenet-y9boot-support-platform-jpa-repository</artifactId>
<version>9.7.0-RC3</version>
<name>risenet-y9boot-support-platform-jpa-repository</name>
<description>RiseSoft/Digital Infrastructure platform jpaRepository</description>
<url>https://gitee.com/risesoft-y9/y9-core/tree/main/y9-digitalbase-parent/risenet-y9boot-support-platform-jpa-repository</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>
<properties>
<screw-maven-plugin.version>1.0.5</screw-maven-plugin.version>
<HikariCP.version>4.0.3</HikariCP.version>
<mysql-driver.version>8.2.0</mysql-driver.version>
</properties>
<dependencies>
<dependency>
<groupId>net.risesoft</groupId>
<artifactId>risenet-y9boot-common-platform</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.risesoft</groupId>
<artifactId>risenet-y9boot-starter-idgenerator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.risesoft</groupId>
<artifactId>risenet-y9boot-starter-jpa-public</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.risesoft</groupId>
<artifactId>risenet-y9boot-starter-jpa-tenant</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>build-db-doc</id>
<build>
<plugins>
<plugin>
<groupId>cn.smallbun.screw</groupId>
<artifactId>screw-maven-plugin</artifactId>
<version>${screw-maven-plugin.version}</version>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>${HikariCP.version}</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${mysql-driver.version}</version>
</dependency>
</dependencies>
<configuration>
<username>root</username>
<password>111111</password>
<driverClassName>com.mysql.cj.jdbc.Driver</driverClassName>
<jdbcUrl>jdbc:mysql://localhost:3306/y9_public?serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&useCompression=true&useSSL=false</jdbcUrl>
<fileType>WORD</fileType>
<openOutputDir>true</openOutputDir>
<fileOutputDir>../../../y9-digitalbase-pro/docs/smart-docs/platform/api</fileOutputDir>
<produceType>freemarker</produceType>
<fileName>y9开源内核数据库设计</fileName>
<description>数据库表</description>
<version>${project.version}</version>
<title>y9开源内核数据库设计</title>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>