# common-starters **Repository Path**: yesong/common-starters ## Basic Information - **Project Name**: common-starters - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: 3.2.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-27 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```shell META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports ```