Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency entry for the configuration processor #301

Closed
tokuhirom opened this issue Oct 16, 2016 · 2 comments
Closed

Add dependency entry for the configuration processor #301

tokuhirom opened this issue Oct 16, 2016 · 2 comments
Assignees

Comments

@tokuhirom
Copy link

When I'm writing an application on spring-boot, I'm writing my configuration class, annotated by @ConfigurationProperties.

Enabling spring-boot-configuration-processor is bothersome.

I recommend enabling spring-boot-configuration-processor by default.

http://docs.spring.io/spring-boot/docs/1.4.1.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-configuration-processor</artifactId>
    <optional>true</optional>
</dependency>
@snicoll
Copy link
Contributor

snicoll commented Oct 17, 2016

Need #128

@snicoll
Copy link
Contributor

snicoll commented Oct 17, 2016

@tokuhirom this was already declined in #196 but adding an option at least is a great idea.

@snicoll snicoll changed the title Enable configuration processor by default Add dependency entry for the configuration processor Oct 17, 2016
@snicoll snicoll self-assigned this Oct 17, 2016
@snicoll snicoll closed this as completed in 0fd3f1b Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants