Skip to content

FffHaoyun/common-starters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

234 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom spring plugins

The way of using META-INF/spring.factories to configure beans is abolished after the version of SpringBoot 2.7.x.

A new way is to create a file called META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports and put the full class names of the beans that need to be auto-configured in the file.

Auto-configuration

META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

About

common starts for spring boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%