Skip to content

Commit

Permalink
feat: update README.md (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Oct 5, 2024
1 parent 76df481 commit 1a777c9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin-jfinal-plugin</artifactId>
<version>1.0.0</version>
</dependency>
```

## Simple Example

Expand Down

0 comments on commit 1a777c9

Please sign in to comment.