Skip to content

Commit

Permalink
merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
lazycece committed Mar 19, 2023
2 parents 996bc72 + c002c7b commit efc3cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License](https://img.shields.io/badge/license-Apache--2.0-green)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![GitHub release](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/lazycece/au-api/releases)

`Au api`是一个基于[Au框架](https://github.com/lazycece/au)实现的api安全框架,支持token认证、防拦截、参数签名以及数据加密等,适用于任何基于`servlet`的web项目
`Au api`是一个基于[Au框架](https://github.com/lazycece/au)实现的api安全框架,支持token认证、防拦截、参数签名以及数据加密等,适用于任何基于`servlet`的web项目, 如Spring, Spring Boot

## 如何使用?

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<servlet.api.version>4.0.1</servlet.api.version>
<commons.codec.version>1.15</commons.codec.version>
<jwt.version>3.8.3</jwt.version>
<fastjson.version>1.2.76</fastjson.version>
<fastjson.version>1.2.83</fastjson.version>
</properties>

<repositories>
Expand Down

0 comments on commit efc3cf9

Please sign in to comment.