License |
License |
---|---|
GroupId | GroupIdcom.mofum.scope |
ArtifactId | ArtifactIdscope-common |
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-common/ -->
<dependency>
<groupId>com.mofum.scope</groupId>
<artifactId>scope-common</artifactId>
<version>1.0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.mofum.scope/scope-common/
implementation 'com.mofum.scope:scope-common:1.0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.mofum.scope/scope-common/
implementation ("com.mofum.scope:scope-common:1.0.0.1.RELEASE")
'com.mofum.scope:scope-common:jar:1.0.0.1.RELEASE'
<dependency org="com.mofum.scope" name="scope-common" rev="1.0.0.1.RELEASE">
<artifact name="scope-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mofum.scope', module='scope-common', version='1.0.0.1.RELEASE')
)
libraryDependencies += "com.mofum.scope" % "scope-common" % "1.0.0.1.RELEASE"
[com.mofum.scope/scope-common "1.0.0.1.RELEASE"]