risenet-y9boot-support-log-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-support-log-web</artifactId> <version>v9.6.6</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.risesoft</groupId> <artifactId>y9-module-log</artifactId> <version>v9.6.6</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>risenet-y9boot-support-log-web</artifactId> <packaging>jar</packaging> <name>risenet-y9boot-support-log-web</name> <description>RiseSoft/Digital Infrastructure webapp parent</description> <developers> <developer> <name>dingzhaojun</name> <email>dingzhaojun@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> <developer> <name>mengjuhua</name> <email>mengjuhua@risesoft.net</email> <organization>risesoft</organization> <organizationUrl>https://www.risesoft.net</organizationUrl> </developer> </developers> <scm> <url>${gitee.url}</url> <connection>${gitee.connection}</connection> <developerConnection>${gitee.developerConnection}</developerConnection> </scm> <properties> <maven.deploy.skip>true</maven.deploy.skip> </properties> <dependencies> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-support-log-service</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-api-interface-log</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-starter-log</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-starter-kafka</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.risesoft</groupId> <artifactId>risenet-y9boot-starter-web</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> <!-- JXLS --> <dependency> <groupId>org.jxls</groupId> <artifactId>jxls</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>org.jxls</groupId> <artifactId>jxls-poi</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>org.jxls</groupId> <artifactId>jxls-jexcel</artifactId> <version>1.0.9</version> </dependency> <dependency> <groupId>org.jxls</groupId> <artifactId>jxls-reader</artifactId> <version>2.1.0</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>11</source> <target>11</target> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>api-doc</id> <build> <plugins> <plugin> <groupId>com.ly.smart-doc</groupId> <artifactId>smart-doc-maven-plugin</artifactId> <configuration> <projectName>log</projectName> <includes> <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> <executions> <execution> <goals> <goal>html</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>