mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13: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
|
description: Spring Boot Development Tools
|
||||||
versionRange: 1.3.0.M1
|
versionRange: 1.3.0.M1
|
||||||
starter: false
|
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
|
- name: Validation
|
||||||
id: validation
|
id: validation
|
||||||
description: JSR-303 validation infrastructure (already included with web)
|
description: JSR-303 validation infrastructure (already included with web)
|
||||||
|
Loading…
Reference in New Issue
Block a user