com.mofum.scope:parent

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

License

License

GroupId

GroupId

com.mofum.scope
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0.0.1.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download parent

How to add to project

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

  • scope-common
  • scope-annotation
  • scope-orm-mybatis
  • scope-spring-web
  • scope-autoconfigure
  • scope-boot-starter

Versions

Version
1.0.0.1.RELEASE
1.0.0.RELEASE