com.mofum.scope:scope-autoconfigure

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

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.mofum.scope
ArtifactId

ArtifactId

scope-autoconfigure
Last Version

Last Version

1.0.0.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download scope-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.mofum.scope/scope-autoconfigure/ -->
<dependency>
    <groupId>com.mofum.scope</groupId>
    <artifactId>scope-autoconfigure</artifactId>
    <version>1.0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.mofum.scope/scope-autoconfigure/
implementation 'com.mofum.scope:scope-autoconfigure:1.0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.mofum.scope/scope-autoconfigure/
implementation ("com.mofum.scope:scope-autoconfigure:1.0.0.1.RELEASE")
'com.mofum.scope:scope-autoconfigure:jar:1.0.0.1.RELEASE'
<dependency org="com.mofum.scope" name="scope-autoconfigure" rev="1.0.0.1.RELEASE">
  <artifact name="scope-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mofum.scope', module='scope-autoconfigure', version='1.0.0.1.RELEASE')
)
libraryDependencies += "com.mofum.scope" % "scope-autoconfigure" % "1.0.0.1.RELEASE"
[com.mofum.scope/scope-autoconfigure "1.0.0.1.RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.0.1.RELEASE
org.mybatis : mybatis Optional jar 3.4.6
org.mybatis.spring.boot : mybatis-spring-boot-autoconfigure Optional jar 1.3.2
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.1.RELEASE
com.mofum.scope : scope-orm-mybatis Optional jar 1.0.0.1.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0.1.RELEASE
1.0.0.RELEASE