Skip to content

Commit

Permalink
🔥 分页插件配置类实例化交由spring.factories
Browse files Browse the repository at this point in the history
  • Loading branch information
hengboy committed Oct 26, 2023
1 parent fd7cf98 commit 9e967c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
*
* @author 恒宇少年
*/
@Configuration
@ConditionalOnBean(SqlSessionFactory.class)
@EnableConfigurationProperties(ApiBootMyBatisPageableProperties.class)
@ConditionalOnClass(MyBatisExecutePageableInterceptor.class)
Expand Down

0 comments on commit 9e967c1

Please sign in to comment.