com.mofum.scope:scope-common

OpenScope是一种轻量级、易维护的数据权限的解决方案,它能处理比较复杂的权限操作逻辑。兼容操作权限Shiro等框架。 OpenScope提供了一种基于SQL的智能添加权限范围列的方案,相对原始的数据权限方案,它是轻量级的,它只有一些配置代码,同时它也是提高了代码的可维护性。另外它不需要额外的更改您的程序结构,就能轻松使您的项目支持数据权限操作。

License

License

GroupId

GroupId

com.mofum.scope
ArtifactId

ArtifactId

scope-common
Last Version

Last Version

1.0.0.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

OpenScope是一种轻量级、易维护的数据权限的解决方案,它能处理比较复杂的权限操作逻辑。兼容操作权限Shiro等框架。 OpenScope提供了一种基于SQL的智能添加权限范围列的方案,相对原始的数据权限方案,它是轻量级的,它只有一些配置代码,同时它也是提高了代码的可维护性。另外它不需要额外的更改您的程序结构,就能轻松使您的项目支持数据权限操作。

Download scope-common

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0.1.RELEASE
1.0.0.RELEASE