Skip to content

Commit

Permalink
feat: Update README.md (#4)
Browse files Browse the repository at this point in the history
* fix: the CI error

* feat: Update README.md

* Delete .idea/workspace.xml

---------

Co-authored-by: Yang Luo <[email protected]>
  • Loading branch information
tx2002 and hsluoyz authored Oct 7, 2024
1 parent 994fb07 commit 884b50e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# mybatisplus-adapter
[![codebeat badge](https://codebeat.co/badges/998c8e12-ffdd-4196-b2a2-8979d7f1ee8a)](https://codebeat.co/projects/github-com-jcasbin-mybatisplus-adapter-master)
[![build](https://github.com/jcasbin/mybatisplus-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/jcasbin/mybatisplus-adapter/actions)
[![codecov](https://codecov.io/github/jcasbin/mybatisplus-adapter/branch/master/graph/badge.svg?token=4YRFEQY7VK)](https://codecov.io/github/jcasbin/mybatisplus-adapter)
[![javadoc](https://javadoc.io/badge2/org.casbin/mybatisplus-adapter/javadoc.svg)](https://javadoc.io/doc/org.casbin/mybatisplus-adapter)
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/mybatisplus-adapter.svg)](https://mvnrepository.com/artifact/org.casbin/mybatisplus-adapter/latest)
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)

Mybatis-Plus Adapter is the Mybatis-Plus adapter for jCasbin, which provides interfaces for loading policies from Mybatis-Plus and saving policies to it.

## Installation

<dependency>
<groupId>org.casbin</groupId>
<artifactId>mybatisplus-adapter</artifactId>
<version>1.0.0</version>
</dependency>


## Example

package com.company.example;
Expand Down

0 comments on commit 884b50e

Please sign in to comment.