mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-30 23:00:08 +08:00 
			
		
		
		
	refactor: 适配 ContiNew Starter 数据权限解决方案(数据访问模块-MyBatis Plus)
1.移除数据权限相关内容,适配 ContiNew Starter 数据权限解决方案 2.适配 ContiNew Starter 部分包结构变动
This commit is contained in:
		| @@ -147,8 +147,9 @@ mybatis-plus: | ||||
|     enabled: true | ||||
|     # Mapper 接口扫描包配置 | ||||
|     mapper-package: ${project.base-package}.**.mapper | ||||
|     # 数据权限实现 | ||||
|     data-permission-handler-impl: top.charles7c.continew.admin.common.config.mybatis.DataPermissionHandlerImpl | ||||
|     # 数据权限配置 | ||||
|     data-permission: | ||||
|       enabled: true | ||||
|     # 分页插件配置 | ||||
|     pagination: | ||||
|       enabled: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user