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

Samples use @SpringBootApplication #3297

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Conversation

hzpz
Copy link
Collaborator

@hzpz hzpz commented Apr 12, 2024

@SpringBootApplication enables component scanning (which was not enabled before). To prevent component scanning from picking up Spring Boot Admin's auto-configuration classes, the package of the samples had to be changed.

@hzpz hzpz requested a review from a team as a code owner April 12, 2024 13:54
@hzpz hzpz force-pushed the samples-use-component-scanning branch 2 times, most recently from bbbaef2 to cfd4b73 Compare April 12, 2024 14:35
@SpringBootApplication enables component scanning (which was not enabled before). To prevent component scanning from picking up Spring Boot Admin's auto-configuration classes, the package of the samples had to be changed.
@SpringBootApplication enables component scanning (which was not enabled before). To prevent component scanning from picking up Spring Boot Admin's auto-configuration classes, the package of the samples had to be changed.
@hzpz hzpz force-pushed the samples-use-component-scanning branch from 04c1e20 to 66633f4 Compare April 15, 2024 06:30
@hzpz hzpz enabled auto-merge (squash) April 15, 2024 06:32
@hzpz hzpz merged commit 0dbab81 into master Apr 15, 2024
2 checks passed
@hzpz hzpz deleted the samples-use-component-scanning branch April 15, 2024 06:39
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

Successfully merging this pull request may close these issues.

None yet

2 participants