From 1a777c9a261dd8944fdb14983b2581514116700b Mon Sep 17 00:00:00 2001 From: Liao Xin <93535922+liewstar@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:22:07 +0800 Subject: [PATCH] feat: update README.md (#8) --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa87358..d81eba9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ -jcasbin-jfinal-plugin [![Build Status](https://github.com/jcasbin/jfinal-authz/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/jcasbin/jfinal-authz/actions/workflows/maven-ci.yml) -====== +# jcasbin-jfinal-plugin +[![Build Status](https://github.com/jcasbin/jfinal-authz/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/jcasbin/jfinal-authz/actions/workflows/maven-ci.yml) +[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/jcasbin-jfinal-plugin.svg)](https://central.sonatype.com/artifact/org.casbin/jcasbin-jfinal-plugin) + jcasbin-jfinal-plugin is an authorization middleware for [JFinal](http://www.jfinal.com/), it's based on [https://github.com/casbin/jcasbin](https://github.com/casbin/jcasbin). It is developed under the latest JFinal ``3.4`` and Java ``8``. ## Installation - git clone https://github.com/jcasbin/jcasbin-jfinal-plugin +```xml + + org.casbin + jcasbin-jfinal-plugin + 1.0.0 + +``` ## Simple Example