| Group ID: |
io.github.springperf |
| Artifact ID: |
spring-web-example-batch |
| Last modified: |
06.08.2026 05:51 |
| Packaging: |
pom.sha512 |
| Name: |
perf-spring-web-example-batch |
| Description: |
Spring Perf Web 批量处理示例 - 演示 spring-web-batch 模块的批量 API 调用模式 |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/springperf/spring-web-example-batch/3.2.4/spring-web-example-batch-3.2.4.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.springperf</groupId>
<artifactId>spring-web-examples</artifactId>
<version>3.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-web-example-batch</artifactId>
<name>perf-spring-web-example-batch</name>
<description>Spring Perf Web 批量处理示例 - 演示 spring-web-batch 模块的批量 API 调用模式</description>
<dependencies>
<dependency>
<groupId>io.github.springperf</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>io.github.springperf</groupId>
<artifactId>spring-web-batch</artifactId>
</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>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.springperf</groupId>
<artifactId>spring-web-example-batch</artifactId>
<version>3.2.4</version>
</dependency>
|
| Gradle: |
io.github.springperf:spring-web-example-batch:3.2.4 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|