Skip to content

Correct list of annotations that are equivalent to @SpringBootApplication #35180

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

Closed
wants to merge 1 commit into from

Conversation

aasaru
Copy link
Contributor

@aasaru aasaru commented Apr 27, 2023

In a working app I tested replacing @SpringBootApplication with

@Configuration
@EnableAutoConfiguration
@ComponentScan

and the Spring tests didn't work any more, I had to use @SpringBootConfiguration instead of @Configuration.
So I thought I fix the documentation.

@pivotal-cla
Copy link

@aasaru Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@aasaru Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 27, 2023
@wilkinsona wilkinsona changed the title Fix comment documenting the annotation Correct list of annotations that are equivalent to @SpringBootApplication Apr 27, 2023
@wilkinsona wilkinsona added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 27, 2023
@wilkinsona wilkinsona added this to the 2.7.x milestone Apr 27, 2023
@wilkinsona
Copy link
Member

@aasaru Thanks very much for making your first contribution to Spring Boot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants