mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 22:25:51 +08:00
Add support for spring-retry
Closes gh-149
This commit is contained in:
@@ -57,6 +57,13 @@ initializr:
|
||||
id: validation
|
||||
description: JSR-303 validation infrastructure (already included with web)
|
||||
versionRange: 1.3.0.M1
|
||||
- name: Retry
|
||||
id: retry
|
||||
groupId: org.springframework.retry
|
||||
artifactId: spring-retry
|
||||
description: Provide declarative retry support via spring-retry
|
||||
versionRange: 1.3.0.M2
|
||||
starter: false
|
||||
- name: Lombok
|
||||
id: lombok
|
||||
groupId: org.projectlombok
|
||||
|
||||
Reference in New Issue
Block a user