From 64a7c6e991ac859215cea0253a10a89c3e407aef Mon Sep 17 00:00:00 2001 From: TX <76741680+tx2002@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:34:18 +0800 Subject: [PATCH] feat: Update README.md --- .idea/workspace.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 15 ++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..428c3d1 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "settings.editor.selected.configurable": "MavenSettings" + } +} + + + + + 1728277865990 + + + + + + \ No newline at end of file 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;