We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Article and Module Links https://www.baeldung.com/spring-boot-custom-starter https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-custom-starter
Describe the Issue The tutorial still uses the deprecated spring.factories approach to configure a custom spring boot starter. Starting with Spring boot 2.7 this has been replaced by the spring\org.springframework.boot.autoconfigure.AutoConfiguration.imports file without backwards compatibility. See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#auto-configuration-files
spring.factories
spring\org.springframework.boot.autoconfigure.AutoConfiguration.imports
To Reproduce
Expected Behavior Starter should work with recent spring boot versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Article and Module Links
https://www.baeldung.com/spring-boot-custom-starter
https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-custom-starter
Describe the Issue
The tutorial still uses the deprecated
spring.factories
approach to configure a custom spring boot starter. Starting with Spring boot 2.7 this has been replaced by thespring\org.springframework.boot.autoconfigure.AutoConfiguration.imports
file without backwards compatibility. See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#auto-configuration-filesTo Reproduce
Expected Behavior
Starter should work with recent spring boot versions
The text was updated successfully, but these errors were encountered: