Skip to content

fanwangge/common-starters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%