risenet-y9boot-support-platform-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-support-platform-web</artifactId> <version>v9.6.7</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-module-platform</artifactId> <version>v9.6.7</version> </parent> <artifactId>risenet-y9boot-support-platform-web</artifactId> <version>v9.6.7</version> <name>risenet-y9boot-support-platform-web</name> <description>RiseSoft/Digital Infrastructure platform web</description> <url>https://gitee.com/risesoft-y9/y9-core/tree/main/y9-digitalbase-webapp/y9-module-platform/risenet-y9boot-support-platform-web/</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>net.risesoft</groupId> <artifactId>risenet-y9boot-support-platform-service</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-support-platform-jpa-repository</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-starter-web</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.jodd</groupId> <artifactId>jodd-http</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </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> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-idcode</artifactId> <version>${revision}</version> </dependency> </dependencies> <profiles> <profile> <id>build-api-doc</id> <build> <plugins> <plugin> <groupId>com.ly.smart-doc</groupId> <artifactId>smart-doc-maven-plugin</artifactId> <executions> <execution> <goals> <goal>html</goal> </goals> </execution> </executions> <configuration> <projectName>platform</projectName> <includes> <include>net.risesoft:risenet-y9boot-support-platform-jpaRepository</include> <include>net.risesoft:risenet-y9boot-common-model</include> <include>net.risesoft:risenet-y9boot-common-util</include> <include>net.risesoft:risenet-y9boot-starter-jpa-public</include> </includes> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>