mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 14:04:30 +08:00
Add entry for configuration processor
Closes gh-301
This commit is contained in:
parent
079f46f51c
commit
0fd3f1b345
@ -90,6 +90,14 @@ initializr:
|
||||
description: Spring Boot Development Tools
|
||||
versionRange: 1.3.0.M1
|
||||
starter: false
|
||||
- name: Configuration Processor
|
||||
id: configuration-processor
|
||||
groupId: org.springframework.boot
|
||||
artifactId: spring-boot-configuration-processor
|
||||
scope: compileOnly
|
||||
description: Generate metadata for your custom configuration keys
|
||||
versionRange: 1.2.0.RELEASE
|
||||
starter: false
|
||||
- name: Validation
|
||||
id: validation
|
||||
description: JSR-303 validation infrastructure (already included with web)
|
||||
|
Loading…
Reference in New Issue
Block a user