From 884b50ebde196b02a1ab6195300aca46d72734de Mon Sep 17 00:00:00 2001 From: TX <76741680+tx2002@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:50:39 +0800 Subject: [PATCH] feat: Update README.md (#4) * fix: the CI error * feat: Update README.md * Delete .idea/workspace.xml --------- Co-authored-by: Yang Luo --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6a8daf4..d524a50 100644 --- a/README.md +++ b/README.md @@ -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 + + + org.casbin + mybatisplus-adapter + 1.0.0 + + + ## Example package com.company.example;