License |
License |
---|---|
Categories |
CategoriesORM Data MyBatis |
GroupId | GroupIdcom.mofum.scope |
ArtifactId | ArtifactIdscope-orm-mybatis |
Last Version | Last Version1.0.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenScope是一种轻量级、易维护的数据权限的解决方案,它能处理比较复杂的权限操作逻辑。兼容操作权限Shiro等框架。
OpenScope提供了一种基于SQL的智能添加权限范围列的方案,相对原始的数据权限方案,它是轻量级的,它只有一些配置代码,同时它也是提高了代码的可维护性。另外它不需要额外的更改您的程序结构,就能轻松使您的项目支持数据权限操作。
|
<!-- https://jarcasting.com/artifacts/com.mofum.scope/scope-orm-mybatis/ -->
<dependency>
<groupId>com.mofum.scope</groupId>
<artifactId>scope-orm-mybatis</artifactId>
<version>1.0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.mofum.scope/scope-orm-mybatis/
implementation 'com.mofum.scope:scope-orm-mybatis:1.0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.mofum.scope/scope-orm-mybatis/
implementation ("com.mofum.scope:scope-orm-mybatis:1.0.0.1.RELEASE")
'com.mofum.scope:scope-orm-mybatis:jar:1.0.0.1.RELEASE'
<dependency org="com.mofum.scope" name="scope-orm-mybatis" rev="1.0.0.1.RELEASE">
<artifact name="scope-orm-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mofum.scope', module='scope-orm-mybatis', version='1.0.0.1.RELEASE')
)
libraryDependencies += "com.mofum.scope" % "scope-orm-mybatis" % "1.0.0.1.RELEASE"
[com.mofum.scope/scope-orm-mybatis "1.0.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jsqlparser : jsqlparser Optional | jar | 1.0 |
com.alibaba : druid Optional | jar | 1.1.16 |
org.mybatis : mybatis Optional | jar | 3.4.6 |
com.mofum.scope : scope-common | jar | 1.0.0.1.RELEASE |